CSIT-770 Installation of prerequisites on physical hosts
[csit.git] / resources / tools / testbed-setup / playbooks / files / ttyS0
1 # ttyS0 - getty
2 #
3 # This service maintains a getty on ttyS0 from the point the system is
4 # started until it is shut down again.
5
6 start on stopped rc RUNLEVEL=[12345]
7 stop on runlevel [!12345]
8
9 respawn
10 exec /sbin/getty -L 115200 ttyS0 vt102