How do I use upstart to manage programs that fork? With this job, blah.conf: <<< expect fork pid file /tmp/pid exec bash -c 'echo $$ > /tmp/pid ; exec sleep 999 &' >>> `start blah` hangs forever, /tmp/pid never shows up, and sleep never runs.