aboutsummaryrefslogtreecommitdiff
path: root/conf.d/agetty
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-03-09 15:23:02 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-03-09 15:23:02 -0600
commitd7bbb0f5830e1ec4df1ec52714d70ac6b0a81878 (patch)
treefd573e4347b4574e118649c4632097d6d3018a71 /conf.d/agetty
parent21ca2b746cce67e2b3578fb7015c9d4c243e3a0c (diff)
add agetty service
The agetty service is an alternate way to manage gettys with agetty under Linux which is separate from an external init system.
Diffstat (limited to 'conf.d/agetty')
-rw-r--r--conf.d/agetty8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf.d/agetty b/conf.d/agetty
new file mode 100644
index 00000000..012eb8de
--- /dev/null
+++ b/conf.d/agetty
@@ -0,0 +1,8 @@
+# Set the baud rate of the terminal line
+#baud=""
+
+# set the terminal type
+#termtype="linux"
+
+# extra options to pass to agetty for this port
+#agetty_options=""