[20:20] folks, I've run into a wall... is there a way to tell an init script to run after an upstart job? [20:20] my problem: I need to start an fcgi server that starts from an init script [20:20] bit it needs mysql... which in Ubuntu runs from Upstart [20:21] and for some reason Ubuntu insists on running them in the wrong order :-( [20:22] I tried moving the init script to an upstart job, but I couldn't get it to find the process after starting it... [20:23] and when I realized that the docs don't match what is running, I decided I'd rather wait.