mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 08:48:06 +00:00
11 lines
201 B
SYSTEMD
11 lines
201 B
SYSTEMD
|
[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
|