=== Stevee is now known as Stevee|afk === Stevee|afk is now known as Stevee [21:05] hello [21:05] is there anyone here?": [21:05] would like to know how to change the order of when upstart starts its services [21:06] for example in sys v it would be S99 and S1 [21:06] i have a problem where cups starts after samba [21:06] and i would like to make sure cups is running before i start samba [21:08] just create to jobfiles, one for cups one for samba and define as start event for samba the started cups server [21:08] sorry two jobfiles [23:40] hi guys, i've been trying to use upstart to monitor a java process but I'm not having much luck at all. There is also no output I could find to help me debug the problem. [23:40] my current solr.conf file https://gist.github.com/f712e5642aa70aa4d8df [23:43] The output’s in syslog. [23:43] expect fork won’t really work for sh scripts, since they’re likely to fork-and-exec a number times before the daemon finally forks. [23:44] The date command in your script does the first fork and Upstart will gladly follow it. [23:46] I've also tried without the date command.. and without expect fork.. but I'll try again with just the exec line and see where that gets me [23:54] ok thanks I've got it working now