On 6/13/07, Michael Hipp <[EMAIL PROTECTED]> wrote: > What's the best way to manage which daemons/services start in the various init > levels. I need a CLI or ncurses tool (no X). > > I've been just doing 'chmod -x /etc/init.d/foo' but that seems a bit crude as > a way to disable something unneeded. > > Is there a "best" way to do this?
My favorite program for this is sysv-rc-conf. It's an ncurses frontend to the traditional update-rc.d script. rcconf is nice also, but it only shows a subset of the available init scripts (and runlevels), whereas sysv-rc-conf shows them all. -- Evan Klitzke <[EMAIL PROTECTED]> -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
