[01:18] hi [01:18] what is the opposite of set -e ? [01:19] upstart seems to be skipping some commands and I want to make sure that is the case [01:19] (that the skipping is caused by previous errors) [09:51] what is the proper way to stop processes starting on boot? "chkconfig service off" that kind of thing [09:52] ryoohki: http://upstart.ubuntu.com/cookbook/#disabling-a-job-from-automatically-starting [10:20] manual [10:20] jhunt: thanks! [10:30] jhunt: will there be a command like "initctrl service manual" which would create a /etc/init/service.override file with a manual stanza? [10:32] ryoohki: yes, we are working on a new initctl command that will allow jobs to be disabled. [17:57] hi all, is there a way to allow a standard user control upstart jobs without sudo?