[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/tftp-tools/install-clients-linux/sources/ -> tty1.conf (source)

   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 38400 tty1 -a root


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1