linuxShortcuts/Services/after-wakeup.service

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