[12:53] Hello. Im trying to understand one upstart-related thing - I've got respawn stanza included in conf file and my exec looks like exec sudo -u some_user ... [12:53] When Im killing this job (sudo kill pid), it does not respawns [12:53] the solution is to replace exec ... with export HOME="/root" && exec ... [12:53] why is that?