Advertisement
Guest User

/etc/init/tty1.conf

a guest
Aug 19th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # tty1 - getty
  2. #
  3. # This service maintains a getty on tty1 from the point the system is
  4. # started until it is shut down again.
  5.  
  6. start on stopped rc RUNLEVEL=[2345] and (
  7. not-container or
  8. container CONTAINER=lxc or
  9. container CONTAINER=lxc-libvirt)
  10.  
  11. stop on runlevel [!2345]
  12.  
  13. respawn
  14. exec /sbin/getty -8 -p -a docker 38400 tty1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement