mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
Mullvad - log out from account at shutdown
This commit is contained in:
parent
5701b7c674
commit
9f535345dd
12
mullvad/mullvad_logout.service
Normal file
12
mullvad/mullvad_logout.service
Normal file
@ -0,0 +1,12 @@
|
||||
[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
|
2
mullvad/mullvad_logout.sh
Normal file
2
mullvad/mullvad_logout.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
mullvad account logout
|
Loading…
Reference in New Issue
Block a user