Mullvad - log out from account at shutdown

This commit is contained in:
unman 2024-04-17 23:52:09 +00:00
parent 5701b7c674
commit 9f535345dd
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
2 changed files with 14 additions and 0 deletions

View 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

View File

@ -0,0 +1,2 @@
#!/bin/sh
mullvad account logout