[19:35] What is the best way to redirect UpStart logging for a service to a custom filename? ( not /var/log/upstart - Ubuntu) [20:02] CharlieSu: du it yourself, e.g. by using "logger" command to take daemon log, or ask daemon itself to log elsewhere. [21:49] I'm writing a job to start a process in a chroot. I have two processes I want to start, they're just in different chroots. Do I need two jobs, or can I do something cool with events?