[00:01] "To enable user jobs, the administrator must modify the D-Bus configuration file "Upstart.conf" to allow non-root users access to all the Upstart D-Bus methods and properties." [00:01] I think i got it working [00:01] Good to read things on occasion. [09:02] [Ubuntu 12.04] Is it possible to have a job that depends on postgres having started? [09:03] postgres does not use upstart, so I would need some way to set the service to start after it [09:03] is that possible? [09:14] tarjei: see http://upstart.ubuntu.com/cookbook/#standard-idioms [09:15] tarjei: you should probably specify 'start on stopped rc' but not that that assumes the SysV postgresql service script doesn't "lie" and return before postgresql is actually able to service new client requests. [09:16] tarjei: s/but not/but note/ [10:03] Hi there. I'm getting Unknown stanza from a very simple init script on ubuntu 10.04.3 LTS. [10:03] http://paste.scsys.co.uk/205800 [10:03] Can anyone help me work out why? [13:18] jodh: thanks, I ended up creating a task that stoped once postgres was started and then all my other jobs start on stopped ... [13:45] gbjk: Ubuntu 10.04 has an old version of upstart that doesn't support setuid