=== mbiebl_ is now known as mbiebl [22:35] for a very simple libvirt-lxc container with upstart, i have just an lxc.conf which emits 'start console', and a console.conf that then runs getty on /dev/pts/0. When the resulting login exits, the exit_group() seems to kill upstart. Simple solution? [22:35] (running getty through setsid doesn't work bc then upstart respawns to the limit immediately) [22:36] (i don't get why this is different from console gettys on a normal system - which doesn't seem to do anything special)