I am running Ubuntu 13.10, and I\'m pretty new to Linux. I tried:
$ sudo apt-get install chkconfig
Package chkconfig is not ava
Install this package in Ubuntu
:
apt install sysv-rc-conf
its a substitute for chkconfig
cmd.
After install run this cmd:
sysv-rc-conf --list
It'll show all services in all the runlevels. You can also run this:
sysv-rc-conf --level (runlevel number ex:1 2 3 4 5 6 )
Now you can choose which service should be active in boot time.