=== PaulePan1er is now known as PaulePanter [07:03] hi, how can I make an upstart job run a service's configtest functionality before allowing a restart? [07:03] if I put the configtest command into pre-start, upstart will stop the job and then fail to start it with service foo restart === JanC is now known as Guest10664 [13:43] checkers: I'm not clear what behaviour you are after then? === JanC is now known as Guest81934 === JanC__ is now known as JanC [15:48] stgraber: hi - could you review https://code.launchpad.net/~jamesodhunt/upstart/bug-1360208/+merge/234869 when you get a chance? [18:08] What's the correct way to get ulimit -c unlimited to actually work in upstart scripts [18:08] it appears that upstart doesn't use /etc/profile [18:08] so setting it there seems to do nothing [19:07] I have a process that appears to daemonize itself. If I add `expect fork`, the process boots correctly but upstart immediately loses its handle on the child process so stops/restarts hang. If I add `expect daemon`, it just hangs on start forever. [19:07] If I omit the expect stanza entirely, it boots correctly, but immediately loses the pid (similar to expect fork)