Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Don't start processes on startup

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
denise
Posts: 34
Joined: 2004-02-17 13:39

Don't start processes on startup

#1 Post by denise »

Hi,
I'm glad to see this forum is getting a litlle more visited already. M
Maybe somebody can give me an answer on my question.
I've installed debian and now I have some processes started on startup that I don't need.
How can I get only the processes started that I need?

T Y

thewolfro
Posts: 18
Joined: 2004-03-20 07:52
Location: Romania
Contact:

#2 Post by thewolfro »

make the following:

cd /etc/init.d
update-rc.d -f <process that you want to get rid of> remove

ex : update-rc.d -f lpd remove

denise
Posts: 34
Joined: 2004-02-17 13:39

#3 Post by denise »

Thanks for your fast reply.

But when I do this is, can I ever put it back?
In other words: Is it deleted or just out of this particular configuration and possible to put it back if I want to?
I'm asking this because I don't want to destroy my installation when I "undress" my installation to much.

thewolfro
Posts: 18
Joined: 2004-03-20 07:52
Location: Romania
Contact:

#4 Post by thewolfro »

yes with the same command
try just update-rc.d and press enter to see all the options
the command jut deletes the entries from the runlevel not the file itself

denise
Posts: 34
Joined: 2004-02-17 13:39

#5 Post by denise »

OK thank you!

Post Reply