mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-05 17:52:59 +01:00
7 lines
133 B
SYSTEMD
7 lines
133 B
SYSTEMD
|
[Unit]
|
||
|
Description=Disconnect and disable NordVPN on user systemd start
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/nordvpn-off
|