1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Install raspap.service daemon

This commit is contained in:
billz 2019-04-19 11:36:09 +00:00
parent 57f42f2019
commit f73dcd4e99

View File

@ -220,6 +220,10 @@ function default_configuration() {
# Force a reload of new settings in /etc/rc.local # Force a reload of new settings in /etc/rc.local
sudo systemctl restart rc-local.service sudo systemctl restart rc-local.service
sudo systemctl daemon-reload sudo systemctl daemon-reload
# Install and enable RaspAP daemon
sudo mv $webroot_dir/installers/raspap.service /lib/systemd/system/ || install_error "Unable to move raspap.service file"
#sudo systemctl enable raspap.service
} }