mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 00:50:51 +00:00
12 lines
232 B
Desktop File
Executable File
12 lines
232 B
Desktop File
Executable File
[Unit]
|
|
Description=Bruno Fontes script after wakeup
|
|
After=suspend.target
|
|
OnFailure=logErrors@%n.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/systemctl restart openvpn-client@privatvpn.service
|
|
|
|
[Install]
|
|
WantedBy=suspend.target
|