SpectreOS-old/openvpn-reconnect-systemd.sh
2018-07-30 00:58:34 +02:00

4 lines
60 B
Bash
Executable file

#!/bin/sh
if [ "$1" == "post" ]; then
openvpn-reconnect
fi