LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-09-2003, 08:15 AM   #1
hamish
Member
 
Registered: Aug 2003
Location: Edinburgh
Distribution: Server: Gentoo2004; Desktop: Ubuntu
Posts: 720

Rep: Reputation: 30
Speeding up boot by stopping unnecessary services


Hi there,

I am fairly new to Linux, but so far I have been relatively successful in getting stuff to work thanks entirely to the help on the Internet and on LQ in particular.

I read in Linux Format this month that it could quicken my boot time by turning off unnecessary services (I suppose services are really daemons, are they?).

In the magazine it mentions MySQL, Apache, Samba and NFS. I don't host a web server on my computer, so I don't need Apache, MySQL - I dont' think I will need. NFS - I'm not sure what it is.

Anyway, my question: how does one turn off these service/daemons? Is it in the kernel configuration?

thanks
Hamish
 
Old 09-09-2003, 08:25 AM   #2
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Each S symlink in an /etc/rc.d subdirectory is used to start a service at a particular run-level on boot up - ( these S symlinks point to the actual services in /etc/rc.d/init.d ) - if you dont want a service to start on boot up then remove the S symlink from the relevant run level directory you use - the relevant directory for run level 5 ie graphical mode is /etc/rc.d/rc5.d - so just create a directory to hold the removed services (just in case you want to put them back at a later date) then use the mv command to move your chosen symlinks into this newly created directory - then on next boot up the relevant services wont start as desired - if you ever want to restart those services on boot up then simply move the relevant symlinks back to /etc/rc.d/rc5.d or whatever run-level directory you want.

An example - stopping the Random number generator on boot up

create a new directory as root user in a shell.

mkdir /etc/removed_services

then

mv /etc/rc.d/rc5.d/S20random /etc/removed_services

this symlink is now not in the run-level 5 directory hence the service wont start on boot up.

Last edited by Skyline; 09-09-2003 at 08:29 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Which services are unnecessary? revenant Linux - Security 4 03-28-2004 11:43 PM
Unnecessary Services/Daemons loaded at boot t3___ Linux - Newbie 1 02-27-2004 05:22 PM
Removing unnecessary services and users/groups Jiggy Linux - Security 4 11-18-2003 01:11 PM
Speeding up boot by stopping unnecessary services hamish Linux - Software 2 09-09-2003 03:11 PM
stopping services? piglingz Linux - Software 3 06-24-2003 04:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration