SpamapS | wookienz: sure, whats up? | 00:37 |
---|---|---|
wookienz | 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 |
wookienz | SpamapS, | 04:43 |
wookienz | http://pastebin.com/iv6kwVr3 | 04:44 |
SpamapS | 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:45 |
SpamapS | 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'. | 14:48 |
=== bradleyayers_ is now known as bradleyayers | ||
wookienz | SpamapS, legend. thanks. | 22:52 |
wookienz | from 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!