mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Install raspap.service daemon
This commit is contained in:
parent
57f42f2019
commit
f73dcd4e99
1 changed files with 4 additions and 0 deletions
|
@ -220,6 +220,10 @@ function default_configuration() {
|
|||
# Force a reload of new settings in /etc/rc.local
|
||||
sudo systemctl restart rc-local.service
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue