mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Added restart rc-local.service
This commit is contained in:
parent
c83f2883ce
commit
cc6fe6f2ac
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue