Group: Member 
Post Group: Newbie
Posts: 1
Status: 
|
$cat webuzo-install.log |grep -B 3 'no runlevels'
Configuring EMPS for use
webuzo.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable webuzo
update-rc.d: error: webuzo Default-Start contains no runlevels, aborting.
--
Creating webuzo.service file for systemd
Synchronizing state of webuzo.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable webuzo
update-rc.d: error: webuzo Default-Start contains no runlevels, aborting.
edit /usr/local/webuzo/conf/webuzo/emps/emps, insert in header:
### BEGIN INIT INFO
# Provides: webuzo
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
# Default-Start: 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
Run 'sudo /lib/systemd/systemd-sysv-install enable webuzo'
Hop this help.
|