enable a service in runlevel for ubuntu
You can enable a service in runlevel using the command sysv-rc-conf in ubuntu
sysv-rc-conf --level 235 service-name on
Above command will enable a service in runlevel 2,3 and 5.
You can enable a service in runlevel using the command sysv-rc-conf in ubuntu
sysv-rc-conf --level 235 service-name on
Above command will enable a service in runlevel 2,3 and 5.