Add linux/ttyS0.conf
This commit is contained in:
parent
909ecff77e
commit
b85071865f
10
linux/ttyS0.conf
Normal file
10
linux/ttyS0.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# 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=[12345]
|
||||||
|
stop on runlevel [!12345]
|
||||||
|
|
||||||
|
respawn
|
||||||
|
exec /sbin/getty -L 600 ttyS0 trs100
|
Loading…
Reference in New Issue
Block a user