1 # DO NOT EDIT - This file is being maintained by Chef
3 # ttyS<%= @unit %> - getty
5 # This service maintains a getty on ttyS<%= @unit %> from the point the system is
6 # started until it is shut down again.
8 start on stopped rc RUNLEVEL=[2345]
9 stop on runlevel [!2345]
12 exec /sbin/getty -L 115200 ttyS<%= @unit %> vt102