[16:14] Hmm, if I had a question related to using upstart to do something as it's set up for Ubuntu, is this the right place to ask, or is this really a devel only channel? [16:18] mmarker: yes ask away [16:21] Ok, simple enough. Have a Beagleboard xM that's running Precise. I want an upstart job that'll run after the rc scripts are finished running. I tried triggering my task on "started rc", but that's not quite right (rc is running, I want it when things are done) [16:22] If I read the cookbook correctly, I should have an rc script that runs last that should throw an event via initctl emit...is that right? [16:23] mmarker: stopped rc [16:24] mmarker: you probably want 'start on stopped rc RUNLEVEL=[2345]' [16:27] Hmm, I'll need to try that [16:28] that does make sense, since rc isn;t something that keeps running. Thanks!