Debian still uses the System V init scripts, which are very clumsy to use. Here are two Debian commands you might need often:
update-rc.d -f service remove
That will remove all the links in the runlevels to the script in init.d.
update-rc.d service defaults
That will make default start and stop links in all the runlevels.
Recent Comments