=== ion_ is now known as ion [11:17] Hello :) [11:18] I have created an upstart job which actually works just fine. But during boot, I receive the following message: "init: myjob main process (xxxx) terminated with status 1" [11:18] Why is that ? [11:36] Ah, I figured it out. The event I'm starting by is fired several times. The file system is not ready, hence my script fails multiple times, but succeeds the last time [11:38] I'm really in the need of a list of available events. It is difficult to figure out what event I need to use to trigger my script [11:38] I want it to run when all file systems have been mounted [11:41] FInally, 'start on mounted MOUNTPOINT=/' did it === kgnomelogger is now known as apachelogger [12:45] jemt: If you’re running Ubuntu: start on filesystem [12:45] ion: Are all filesystems mounted then ? [12:46] yes [12:46] Perfect, I'll give it a try. Thank you :) === apachelogger is now known as fedoraloggr === fedoraloggr is now known as fedoralogger === fedoralogger is now known as phononlogger [23:30] hi [23:31] http://paste.ubuntu.com/552318/ [23:32] someone can help, i've mysql and mydns jobs, but i can't get mydns job depend on mysql [23:33] start mysql start mydns works but on reboot only mysql gets started