All pastes #2081856 Raw Edit

Stuff

public text v1 · immutable
#2081856 ·published 2011-09-21 15:25 UTC
rendered paste body
# sudo editor /etc/init/ttyS0.conf
Add the configuration

# ttyS0 - getty
#
# This service maintains a getty on ttyS0 from the point the system is
# started until it is shut down again.

start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]

respawn
exec /sbin/getty -L 115200 ttyS0 xterm