]> git.openstreetmap.org Git - chef.git/blob - cookbooks/hardware/templates/default/tty.conf.erb
Avoid exceptions on machines with bonded interfaces
[chef.git] / cookbooks / hardware / templates / default / tty.conf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 # ttyS<%= @unit %> - getty
4 #
5 # This service maintains a getty on ttyS<%= @unit %> from the point the system is
6 # started until it is shut down again.
7
8 start on stopped rc RUNLEVEL=[2345]
9 stop on runlevel [!2345]
10
11 respawn
12 exec /sbin/getty -L 115200 ttyS<%= @unit %> vt102