# hvc0 - getty # # This service maintains a getty on tty2 from the point the system is # started until it is shut down again. start on runlevel [23] and ( not-container or container CONTAINER=lxc or container CONTAINER=lxc-libvirt) stop on runlevel [!23] respawn script sleep 60 exec /sbin/getty --autologin root -8 115200 hvc0 end script