Tagged Questions
1
vote
1answer
48 views
How to check in script if upstart event was emited?
I am running remote connection on session start using xdg autostart script. But sometimes network interface needs more time to start. So I need to check if network is up.
Is it possible to check if ...
1
vote
1answer
240 views
Sense of “stop on…” stanza when job is a task
an upstart question (I think I have read all relevant man pages but could not find the answer there): What is the sense of using a "stop on ..." stanza in the definition of a job which is a task?
The ...
7
votes
3answers
4k views
What events are available for Upstart?
Is there a list of available events that can be used for Upstart?
For example start on local-filesystems so local-filesystems is an event but when is it triggered and what other events are there?