Softaculous


Topic : Fail to create service on Ubuntu 18.04 bionic


Posted By: Alex987 on May 1, 2020, 7:06 am
$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.


Powered By AEF 1.0.8 © 2007-2008 Electron Inc.