summaryrefslogtreecommitdiffstats
path: root/jobs.d/tty
diff options
context:
space:
mode:
Diffstat (limited to 'jobs.d/tty')
-rw-r--r--jobs.d/tty14
1 files changed, 14 insertions, 0 deletions
diff --git a/jobs.d/tty b/jobs.d/tty
new file mode 100644
index 00000000..a264c0c5
--- /dev/null
+++ b/jobs.d/tty
@@ -0,0 +1,14 @@
+# tty - getty
+#
+# This service maintains a getty from the point the system is started until it
+# is shut down again.
+
+start on tty-requested
+stop on runlevel [016]
+
+instance $TTY
+
+session leader
+
+respawn
+exec /sbin/mingetty $TTY