summaryrefslogtreecommitdiffstats
path: root/generic/etc/init/ttyS.conf
diff options
context:
space:
mode:
Diffstat (limited to 'generic/etc/init/ttyS.conf')
-rw-r--r--generic/etc/init/ttyS.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/etc/init/ttyS.conf b/generic/etc/init/ttyS.conf
new file mode 100644
index 000000000..46a9d85b1
--- /dev/null
+++ b/generic/etc/init/ttyS.conf
@@ -0,0 +1,9 @@
+# ttyS - getty
+#
+# This service maintains a getty on tty1 from the point the system is
+# started until it is shut down again.
+
+start on (filesystem and started udev and stopped udev-finish)
+
+respawn
+exec /sbin/getty -L @SPEED@ @CONSOLE@ vt100