[08:35] http://paste.ubuntu.com/1062218/ [08:46] can we please make upstart through warnings if start-stop-daemon is used in the upstart job [13:02] xnox: we recommend start-stop-daemon for switching users, so I don't think that would make much sense. ;) [13:02] SpamapS: yeah, especially in the ubuntu package, in the archive! [13:02] xnox: whats wrong with that job? [13:03] SpamapS: nothing wrong, it's just not upstartish [13:03] if you need to run pre-start's as root, you can't use setuid/setgid [13:03] you have to have something to switch user ids [13:04] I'm kind of surprised mongod doesn't have a --user argument tho [13:05] ok [13:06] xnox: http://upstart.ubuntu.com/cookbook/#changing-user [18:19] does upstart make sure a process is terminated? seems there are cases when it lingers around, wondering how to tune it [18:43] Hey all, I have a wierd issue with a small service I've written using python. I'm using upstart to run it as a service. When the script runs as an upstart service, any calls to time functions (localtime, strftime, etc) come back in GMT. This doesn't happen if I just run the script on its own. Is there any way to fix this? I can't find anything on google relating to upstart and time.