Scott Wunsch wrote:
> /sbin/service manages starting and stopping services, and stuff like
> that. /sbin/chkconfig manages what services are set to start at boot
> time. You do things like:
>
> chkconfig httpd on
> chkconfig --list httpd
>
> On the flip side, I've always wondered how one does this on Debian or
> Ubuntu, because I don't think they have chkconfig...
>
Thanks, that worked.
No sure about Ubuntu/debian, but on Slackware it's just a matter of
"does anything in /etc/rc.d/* start it?"
rc.inet1 sets up ifs, and rc.inet2 starts services (if [ -x
/etc/rc.d/rc.httpd ]; /etc/rc.d/rc.httpd start ...). If I want to
enable httped, I just chmod +x the rc file.
Received on Fri Jun 30 14:56:25 2006
This archive was generated by hypermail 2.1.8 : Fri Sep 08 2006 - 23:26:38 CST