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

Re: How to manage services?



ninaiz wrote:
Sudeep Mukherjee wrote:

Hi

What is the equivalent of RH's ntsysv in Debian? I want to permanently disable
a few services like Samba, etc.


man update-rc.d

Example for disabled service samba:
cd /etc/init.d/
update-rc.d -f samba remove
if you want enabled service:
update-rc.d -f samba defaults

i'm sorry but my english is very poor.


The only problem with that is that when samba is upadted, the install scripts will kindly replace your missing symlinks in the rcX.d
directories.

-Roberto

Attachment: pgpnZaAoQHgKv.pgp
Description: PGP signature


Reply to: