=== Cidan is now known as zz_Cidan === DingoSaar_ is now known as DingoSaar === zz_Cidan is now known as Cidan [19:07] noob here, I have an error in my /etc/init/foo.conf. I fixed the file, but when I try to "stop", the fix is not present. It looks like it's using a cached file somewhere [19:07] How do I make upstart "reload" my new foo.conf? [19:11] jouk: Is this what you mean? http://upstart.ubuntu.com/faq.html#reload [19:12] Supposedly it should do it automatically, but looks like you can force it. [19:13] hm, the problem is that the "stop" command does not work (that's what I fixed) [19:13] so when I try to initctl reload, the same error occurs [19:14] Hmm... is it safe for you to kill the job the hard way? [19:14] Or even reboot the machine if thats possible in your environment, heh [19:15] astrumas: what's the hard way? [19:17] initctl list, find your running jobs, "process XXX", where XXX should be the PID, then "kill XXX". [19:17] Essentially kill all the jobs that use that config and try to restart them. [19:17] oh, yeah I can do that. let me give it a shot