2014-03-19 20:21:43 +00:00
|
|
|
Start getty on active serial consoles.
|
2013-05-09 06:39:37 +00:00
|
|
|
|
|
|
|
With ILO and other remote admin environments, having a serial console can be
|
2014-01-13 18:02:54 +00:00
|
|
|
useful for debugging and troubleshooting.
|
|
|
|
|
|
|
|
For upstart:
|
|
|
|
If ttyS1 exists, getty will run on that, otherwise on ttyS0.
|
|
|
|
|
|
|
|
For systemd:
|
2014-03-19 20:21:43 +00:00
|
|
|
We dynamically start a getty on any active serial port via udev rules.
|