This commit is contained in:
simono41 2017-10-01 19:30:04 +02:00
parent 9af9646944
commit f79bd3b787

View file

@ -547,6 +547,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