pinecrypt-gateway-frontend/templates/client/openvpn-reconnect.service

9 lines
150 B
SYSTEMD
Raw Permalink Normal View History

2021-05-27 10:15:46 +00:00
[Unit]
Description=Restart OpenVPN after suspend
[Service]
ExecStart=/usr/bin/pkill --signal SIGHUP --exact openvpn
[Install]
WantedBy=sleep.target