LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Fedora Core 4 - how do i stop unnecessary programs from starting up at boot time? (https://www.linuxquestions.org/questions/fedora-35/fedora-core-4-how-do-i-stop-unnecessary-programs-from-starting-up-at-boot-time-407094/)

nickleus 01-23-2006 04:44 PM

Fedora Core 4 - how do i stop unnecessary programs from starting up at boot time?
 
On Fedora Core 4, how do i disable stuff that starts up at boot that is uneccessary like
"starting e-mail transport" or "starting printing system"?

jcliburn 01-23-2006 06:03 PM

/sbin/chkconfig <service_name> off

To see the available choices,

/sbin/chkconfig --list

Thetargos 01-23-2006 07:13 PM

If you're a complete newbie to Linux and Fedora, and run a GUI, try system-config-services... friendlier to the eye, equally usable (well, console is faster, actually)

nickleus 01-24-2006 08:37 AM

Thanks jcliburn, that worked:
Code:

chkconfig sendmail off
I can't imagine that i would need sendmail activated when i'm not using any kind of mail service...?

Thetargos 01-24-2006 09:15 AM

Sendmail is used for system's notifications on login, the system sends root an e-mail with a summary of changes and information in the system's log file(s)

Boby 01-24-2006 09:18 AM

Code:

system-config-services


All times are GMT -5. The time now is 10:33 AM.