Tor starts auto

Asked by Jon Charge

I installed Tor from Synaptic. I notice that it is now started, and starts automatically. How do I stop this, I'm not sure where the configuration file is to start programs on boot. Thanks, Jon

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu sysv-rc-conf Edit question
Assignee:
No assignee Edit question
Solved by:
midnightflash
Solved:
Last query:
Last reply:
Revision history for this message
Best midnightflash (midnightflash) said :
#1

Install sysv-rc-conf:
$ sudo apt-get install sysv-rc-conf

And then do:
$ sudo sysv-rc-conf

There you will see the services and you can check and/or uncheck to you likeing.

Greetings

Revision history for this message
Jon Charge (seropith) said :
#2

Thanks midnightflash, that solved my question.