[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to stop some system services?



On Sun, Jul 29, 2001 at 12:52:46PM +0800, Tao Liu wrote:
> How can I stop the system services I dont want them to run?
> Forexample, I don't want zope to run, but is starts when I turn on my 
> cumputer.
> In redhat, I use "ntsysv" .
> How can I do in debian?

Some possibilities:

1. Remove the service if not needed.
   # apt-get remove service_name

2. # /etc/init.d/service_name stop
   To stop the service.

3. See "man update-rc.d"
   To remove the start scripts.

4. Comment out services in /etc/inetd.conf
   and
   # /etc/init.d/inetd restart
 
hth,
kent

-- 
 From seeing and seeing the seeing has become so exhausted
     First line of "The Panther" - R. M. Rilke




Reply to: