[07:20] hi folks [07:21] http://upstart.ubuntu.com/cookbook/#run-a-gui-application I'm looking into this [07:21] "the user", any clue what is meant by that? [07:22] ideally I'd like to start an application as whoever is logged in [07:30] I guess I could use su to make su it's running as the right user [09:54] hello, how can I fix this problem? https://gist.github.com/gkmngrgn/a0ca5a44e334d86d9e89 I added upstart script to end of page. === Md_ is now known as Md [20:33] is it ugly and improper to modify the command upstart a service uses in its init conf file to optionally run additional paraams based on what command is sent [20:33] as in, if graceful-restart is sent, to append args to the new process to allow the old workers to finish what their doing [20:34] for haproxy, for example. or unicorn i guess