From d7bbb0f5830e1ec4df1ec52714d70ac6b0a81878 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 9 Mar 2017 15:23:02 -0600 Subject: 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. --- conf.d/agetty | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf.d/agetty (limited to 'conf.d/agetty') 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="" -- cgit v1.2.3