mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-10-26 19:57:35 +01:00
rc.local fix
This commit is contained in:
@@ -304,6 +304,7 @@ RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service
|
||||
chmod +x /etc/rc.local
|
||||
systemctl enable rc-local.service
|
||||
if ! grep '#!' $RCLOCAL; then
|
||||
echo "#!/bin/bash" > $RCLOCAL
|
||||
|
||||
Reference in New Issue
Block a user