Added restart rc-local.service

This commit is contained in:
billz 2019-04-06 08:52:36 +01:00
parent c83f2883ce
commit cc6fe6f2ac
1 changed files with 4 additions and 0 deletions

View File

@ -216,6 +216,10 @@ function default_configuration() {
echo "Adding line $line"
fi
done
# Force a reload of new settings in /etc/rc.local
sudo systemctl restart rc-local.service
sudo systemctl daemon-reload
}