/srv/irclogs.ubuntu.com/2012/05/12/#upstart.txt

SpamapSwookienz: sure, whats up?00:37
wookienzsorry busy with hobby #2. I am trying to write an upstart job for pyload. The /init.d/ script works fine, but not he /init/ one im writing. ill paste bin what i have. Need heklp trouble shooting why it isnt working04:43
wookienzSpamapS, 04:43
wookienzhttp://pastebin.com/iv6kwVr304:44
SpamapSwookienz: ok, problem #1 is that there is no space between runlevel and [2345] ... that means "an event named runlevel[2345]" which is an event that will never be emitted. :)14:45
SpamapSwookienz: also if the '--daemon' argument is meant for pyLoadCore, that is probably going to require you to specify 'expect fork' or 'expect daemon'. You can verify which one by running 'strace -e trace=process -f ...' with ... being the command line. If you see one new process, that is 'expect fork', and if you see two, that is 'expect daemon'.14:48
=== bradleyayers_ is now known as bradleyayers
wookienzSpamapS, legend. thanks.22:52
wookienzfrom all the gobble-d-gook, i wonder if it is two or one!23:27

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!