[23:01] hello, is it a channel about http://upstart.ubuntu.com ? [23:01] see it :-) [23:04] I've created a python daemon and run it using upstart. It runs good - I can see it using `ps ax | grep name`, but `status name` shows (stop) [23:06] I run script using exec: $ cat /etc/event.d/tamagotchi [23:06] exec /usr/local/sbin/tamagotchi.py [23:10] sergeykish: does your python daemon fork? [23:10] sadmac, yes [23:11] it use standart daemonize method === sadmac_ is now known as sadmac [23:33] sadmac, thanks - googled the `upstart daemon fork` and found decision https://bugs.launchpad.net/upstart/+bug/99962 [23:34] np