/init/tty5.conf

http://github.com/brinkman83/bashrc · Config · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · 9803918babed47f733554dcd556d09d1 MD5 · raw file

  1. # tty5 - getty
  2. #
  3. # This service maintains a getty on tty5 from the point the system is
  4. # started until it is shut down again.
  5. start on runlevel [23]
  6. stop on runlevel [!23]
  7. respawn
  8. exec /sbin/getty -8 38400 tty5