Tagged Questions
0
votes
0answers
32 views
specifying dependencies in upstart
It seems as if the accepted way to specify a dependency of service A on service B in upstart is to work in the reverse dependency direction: give service B a start on starting A stanza.
I'd like to ...
0
votes
2answers
804 views
Upstart : start service after non-upstart process
On Ubuntu 10.04, I need to start my service with upstart, but only when mysql is up and running.
The problem is that mysql itself is not handled by upstart, so I can't use the "start on" feature.
...
1
vote
1answer
331 views
init.d script worked OK on Ubuntu 10.10 but not on 11.10 despite LBS header correction
On Ubuntu 11.10, if I run /usr/bin/cserver -c /etc/cserver.conf & it'll work fine.
But if I run service cserver start or /etc/init.d/cserver start as I did on 10.10, it won't. It just says ...
1
vote
1answer
4k views
Restart networking in ubuntu karmic (9.10) using upstart
As far as I know karmic uses upstart to control some of the services.
Is there any way to restart the networking service without rebooting the system?
The problem is that when I try to do it in any ...