diff --git a/openvpn-install.sh b/openvpn-install.sh index a43cf49..31d0f8e 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -380,6 +380,7 @@ RemainAfterExit=yes [Install] WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service + touch /etc/rc.local chmod +x /etc/rc.local systemctl enable rc-local.service if ! grep '#!' $RCLOCAL; then