From b85071865f6518d602b73585ac476d27d7825477 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 28 Jul 2024 23:28:29 +0000 Subject: [PATCH] Add linux/ttyS0.conf --- linux/ttyS0.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 linux/ttyS0.conf diff --git a/linux/ttyS0.conf b/linux/ttyS0.conf new file mode 100644 index 0000000..a81b506 --- /dev/null +++ b/linux/ttyS0.conf @@ -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