| Revision 2988, 147 bytes checked in by daisuke, 16 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [1108] | 1 | # tty - getty |
| 2 | # | |
| [2988] | 3 | # This service maintains a getty on the specified device. |
| [1108] | 4 | |
| [2988] | 5 | stop on runlevel [S016] |
| [1108] | 6 | |
| 7 | respawn | |
| 8 | instance $TTY | |
| 9 | exec /sbin/mingetty $TTY |