mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 00:50:51 +00:00
11 lines
201 B
Desktop File
11 lines
201 B
Desktop File
[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
|