mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
12 lines
155 B
SYSTEMD
12 lines
155 B
SYSTEMD
[Unit]
|
|
Description=Turn off NordVPN on login
|
|
|
|
[Timer]
|
|
OnUnitActiveSec=1
|
|
OnBootSec=2
|
|
RandomizedDelaySec=3
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|