summaryrefslogtreecommitdiff
path: root/units/console-getty.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'units/console-getty.service.in')
-rw-r--r--units/console-getty.service.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/units/console-getty.service.in b/units/console-getty.service.in
index 73871d6f50..606b7dbe16 100644
--- a/units/console-getty.service.in
+++ b/units/console-getty.service.in
@@ -20,9 +20,8 @@ Before=getty.target
ConditionPathExists=/dev/console
[Service]
-# The '-o' option value tells agetty to replace 'login' arguments with an
-# option to preserve environment (-p), followed by '--' for safety, and then
-# the entered username.
+# The '-o' option value tells agetty to replace 'login' arguments with an option to preserve environment (-p),
+# followed by '--' for safety, and then the entered username.
ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM
Type=idle
Restart=always