/init/tty1.conf

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

  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. start on stopped rc RUNLEVEL=[2345]
  6. stop on runlevel [!2345]
  7. respawn
  8. exec /sbin/getty -8 38400 tty1