[16:01] in the script block is it possible to determine which start on condition started the service. I want my script to act differently based on which event it received [16:02] roog: See http://upstart.ubuntu.com/cookbook/#standard-environment-variables, specifically the UPSTART_EVENTS variable. [16:05] jhunt_: that is perfect, thanks [16:05] roog: np. [20:01] jhunt_: is there a trick to building upstart locally and not having test failures? [20:01] (with fakeroot debian/rules binary...) [20:02] * hallyn sets up pbuilder for another approach [20:02] hallyn: don't build it as root or the tests will fail. [20:03] oh, so not even with fakeroot. got it. thanks [20:05] pbuilder works fine too though.