linuxShortcuts/Services/after-wakeup.service

11 lines
201 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Bruno Fontes script after wakeup
After=suspend.target
[Service]
Type=simple
ExecStart=/usr/bin/systemctl restart openvpn-client@privatvpn.service
[Install]
WantedBy=suspend.target