Postpone start of raspap.service

This commit is contained in:
billz 2020-03-20 09:16:18 +00:00
parent aac5025029
commit df3d84b570
1 changed files with 0 additions and 1 deletions

View File

@ -322,7 +322,6 @@ function enable_raspap_daemon() {
sudo cp $webroot_dir/installers/raspap.service /etc/systemd/system/ || install_error "Unable to move raspap.service file"
sudo systemctl daemon-reload
sudo systemctl enable raspap.service || install_error "Failed to enable raspap.service"
sudo systemctl start raspap.service || intall_error "Unable to start raspap.service"
}
# Add a single entry to the sudoers file