This commit is contained in:
simono41 2017-11-03 18:22:51 +01:00
parent d13f01f137
commit 604c53048d

View file

@ -380,6 +380,7 @@ RemainAfterExit=yes
[Install] [Install]
WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service
touch /etc/rc.local
chmod +x /etc/rc.local chmod +x /etc/rc.local
systemctl enable rc-local.service systemctl enable rc-local.service
if ! grep '#!' $RCLOCAL; then if ! grep '#!' $RCLOCAL; then