[00:23] anyone of a apache2 upstart script? [01:44] how do you install an upstart script manually? [01:45] I created a new one and initctl reload-configuration [01:45] it's still not seeing my init script [02:57] hi [02:58] where does upstart store its pid files? [02:58] xorl: Just put it into /etc/init. Upstart will notice it automatically. Your job definition may contain an error, look at syslog. [02:58] clofresh: It doesn’t. Pid files are evil. [02:59] does that mean I can't monitor upstart jobs with God? [02:59] Can’t Upstart just handle the monitoring? [02:59] oh, does it have that capability? [02:59] to start it if it goes down? [03:00] Yes, add a ‘respawn’ line to the job definition. [03:00] really? sweet! [03:00] ion: yeah, i had figured it out, debugging was the issue [03:00] figured out i had a bad stanza and fixed it [03:03] i <3 upstart!