[04:40] any way to tell upstart it should pickup an existing process? [04:47] I’m not sure if one could theoretically do that without a race condition. [06:44] I ended up creating this monster, https://gist.github.com/kesor/6255584#file-unicorn-conf … if anyone sees how it can be improved, it would be great. Since although it works fine, I am not completely happy with it :( [06:45] for example it breaks when sending a reload signal : [22:44] on precise.. how do I start an event after mysqld start ? [22:44] start on event mysql ? [22:45] I am looking for an example.. looking at cookbook.. so that might work.. thought? [22:45] thoughts? [22:51] start on started mysql should work, right? [23:33] If the job name is mysql, yes.