https://github.com/boredsquirrel/mullvad-reminder
A simple systemd service opening a program if an output is some specified string. In this case, the Mullvad-VPN app is launched if the VPN is disabled.
https://github.com/boredsquirrel/mullvad-reminder
Last synced: over 1 year ago
JSON representation
A simple systemd service opening a program if an output is some specified string. In this case, the Mullvad-VPN app is launched if the VPN is disabled.
- Host: GitHub
- URL: https://github.com/boredsquirrel/mullvad-reminder
- Owner: boredsquirrel
- License: gpl-3.0
- Created: 2023-04-24T17:31:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T17:52:00.000Z (about 3 years ago)
- Last Synced: 2025-01-26T20:22:52.969Z (over 1 year ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mullvad-Reminder
A simple systemd service opening a program if an output is some specified string. In this case, the Mullvad-VPN app is launched if the VPN is disabled.
The purpose is general use, if something is not set, launch a GUI app to remind you to set it. In this case, know you have the VPN disabled, quite agressively, instead of just the tray icon (lol Gnome)
currently not working, no idea why.
Install:
```
sudo wget https://github.com/trytomakeyouprivate/Mullvad-Reminder/raw/main/mullvad-reminder.service -o /etc/systemd/system/mullvad-reminder &&\
sudo systemctl enable mullvad-reminder && sudo systemctl start mullvad-reminder &&\
echo "Mullvad-reminder service enabled!"
```