blob: 4eedaf6ee18a602e7091e58df6d8e56f69000678 [file] [log] [blame]
Anthony Youngb62b4ca2011-10-26 22:29:08 -07001# hvc0 - getty
2#
3# This service maintains a getty on hvc0 from the point the system is
4# started until it is shut down again.
5
6start on stopped rc RUNLEVEL=[2345]
7stop on runlevel [!2345]
8
9respawn
10exec /sbin/getty -8 9600 hvc0