[plug] Bootup services

Mark Nold markn at enspace.com
Wed Feb 20 13:13:12 WST 2002


In rh 7.2 at least you can do something like the following for dns (named) to 
make it list, start and stop services

chkconfig --list | grep named
chkconfig --levels 3,5 named on
chkconfig --levels 3,5 named off

You can also do:

service named start
service named stop
service named restart
service named status





-----Original Message-----
From:	Steve Grasso [SMTP:steveg at calm.wa.gov.au]
Sent:	Wednesday, February 20, 2002 11:46 AM
To:	plug at plug.linux.org.au
Subject:	Re: [plug] Bootup services

In /etc/rc.d/rc3.d and /etc/rc.d/rc5.d rename the S##service to s##service
(or something) to prevent said service from  starting

Regards,
Steve

On Wednesday 20 February 2002 11:36, Jonathon Bates wrote:
> Hi guys,
> Im just racking my brain to remember the command to not start a particular
> service from boot.
> For example I remember there being a redhat program that simply does it
> via a console based gui. Can someone enlighten me as to what that command
> is (ive not used it in a LONG time)
>
> Cheers
> batesy



More information about the plug mailing list