mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 17:39:22 +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
|