mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
13 lines
221 B
SYSTEMD
13 lines
221 B
SYSTEMD
|
[Unit]
|
||
|
Description=Logout Mullvad account at shutdown
|
||
|
DefaultDependencies=no
|
||
|
Before=shutdown.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/mullvad_logout.sh
|
||
|
TimeoutStartSec=0
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=shutdown.target
|