Why are there so many ways to start and stop services
There are a few methods I know of
old method (sysvinit):
$sudo /etc/init.
new? method (upstart)
$sudo service something start
new new method?
$sudo start something
In 11.10 this happens on all the machines I know:
$ sudo service networking restart
restart: Unknown instance:
I'm trying to figure out what is going on because traditional tools such as rcconf and sysv-rc-conf don't seem to work anymore. There is a file /etc/init.
Is there a document that describes how these services start? What is the method to this madness.
Thanks
-J
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu upstart Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Joseph Paul Cohen for more information if necessary.