[02:56] Keybuk: ping [09:43] sadmac: hey. how goes it? [12:17] hi all [12:18] I have a question, does upstart 0.3.9 kill all subprocesses spawned by a process when the job is stopped? [12:19] from the description of bug #121733, it seems this only applies to scripts executed using the script/end script stanza [13:54] asdaf: it would kill all [13:56] asdaf: exec is morally equivalent to [13:56] script [13:56] exec ... [13:56] end script [13:56] except that Upstart may optimise out the use of a shell if no interesting characters are used [13:57] exec /bin/getty $TTY [13:57] for example is absolutely identical to [13:57] script [13:57] exec /bin/getty $TTY [13:57] end script [13:57] since it needs the shell to do the expansion of $TTY [15:01] did somebody experiment with changing the rootfs while upstart is runing , is there a way to do this ? [15:02] can upstart "exec" itself away? [15:14] sure [19:05] What a long aswer :p [23:26] Keybuk: have you had any thoughts on logd and a way of making it work?