[00:37] wookienz: sure, whats up? [04:43] sorry 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 working [04:43] SpamapS, [04:44] http://pastebin.com/iv6kwVr3 [14:45] wookienz: 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:48] wookienz: 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'. === bradleyayers_ is now known as bradleyayers [22:52] SpamapS, legend. thanks. [23:27] from all the gobble-d-gook, i wonder if it is two or one!