mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
13 lines
221 B
Desktop File
13 lines
221 B
Desktop File
[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
|