=== m1dnight1 is now known as m1dnight_ [12:37] Is there a way to either ask upstart if it's done booting or receive a notification when it's done booting? By "done booting", I mean when all the services that are configured to start when the system is booted have been launched. === xevious_ is now known as xevious === akkad_ is now known as akkad === mgorbach_ is now known as mgorbach [14:55] if I have set up a .conf to start only after job X has been started ("start on started X") then it actually gets triggered when job X has launched the main task - NOT e.g. after post-script has been done [14:55] this is a problem, since the task X seems to take 1-2 sec to do its stuff (mount a filesystem, actually) and anything that depends on this mount, fails [14:56] I tried to put a "sleep 2" into a post-script, but it changed nothing [14:56] is there a way to specify "start on finished-post-running X" for the job that needs that filesystem mount? (there is a chdir directive to that mount) === the_ktosiek is now known as ktosiek [22:10] topi`: "start on stopped X" ?