[06:17] Is there any way to determine the configuration file associated with an upstart job? Preferably via dbus? [10:48] hackel: file & job have the same name? [10:57] JanC, is that always a certainty or merely a coincidence? [10:57] That's what I wound up doing, it just felt like a bit of a hack. [10:58] it's explained in the first section of the manual... [11:00] Okay, thanks. [14:36] I have a *really* basic upstart script that hangs when I try to stop it and I've no idea why. If I manually send a TERM signal to the exec'd process then the process stops fine so I'm at a loss why upstart is seemingly hanging. Any clues? Script is here: http://paste.ubuntu.com/447777/ [14:40] Omahn: "expect fork" doesn't work with "script" [14:42] plautrba: Ok, is the solution moving my domainname line to a pre-start section and then just using an exec rather than script section? [14:43] Omahn: i think it is [14:43] plautrba: I'll give that a try then, thanks. [14:49] In addition to the above change, a switch to 'fork daemon' appears to have resolved my issue.