Results 1 to 4 of 4
Hi all,
Can any one tell me how can i diable a service from automatically starting up automatically at the system start up?
Particularly sendmail.
During startup RH9 at the ...
- 08-15-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
How to disable sendmail so that it won't get started up?
Hi all,
Can any one tell me how can i diable a service from automatically starting up automatically at the system start up?
Particularly sendmail.
During startup RH9 at the sendmail it is stopping and not continuing. So i am going to interactive startup and stopping the sendmail.
Any body help me.!
- 08-15-2003 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
to stop sendmail from starting on Redhat, run:
JasonCode:chkconfig --del sendmail
- 08-15-2003 #3Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
jason how can i make it restart again.
what is the command to make it normal?
-nandu
- 08-15-2003 #4Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
to let it start up at boot time again:
and to see if it is on or off for each run level:Code:chkconfig --add sendmail
Code:chkconfig --list sendmail


Reply With Quote
