home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / event.d / tty6 < prev   
Encoding:
Text File  |  2007-03-11  |  300 b   |  17 lines

  1. # tty6 - getty
  2. #
  3. # This service maintains a getty on tty6 from the point the system is
  4. # started until it is shut down again.
  5.  
  6. start on runlevel 2
  7. start on runlevel 3
  8.  
  9. stop on runlevel 0
  10. stop on runlevel 1
  11. stop on runlevel 4
  12. stop on runlevel 5
  13. stop on runlevel 6
  14.  
  15. respawn
  16. exec /sbin/getty 38400 tty6
  17.