Tagged Questions
0
votes
0answers
22 views
Upstart System Services manager /etc/init NOT /etc/init.d [duplicate]
Possible Duplicate:
What's the recommended way to enable / disable services?
How can I manage new Ubuntu System Services?
The ones located in /etc/init/ and not in /etc/init.d/
I want ...
2
votes
0answers
51 views
Is there an rcconf equivalent for upstart that works on the command line? [duplicate]
Possible Duplicate:
How to start, stop, restart a service
While I'm a big fan of upstart I would like to see a rcconf tool that can manage both traditional sysv services as well as upstart ...
3
votes
4answers
461 views
How does rc job work / order of (contradicting) “start on …” and “stop on …” stanzas
I just can't understand how Upstart's rc job definition in Natty 11.04 works. To illustrate the problem, here is the definition (empty lines and comments are left out):
start on runlevel [0123456]
...