summary refs log tree commit diff
path: root/services/agetty-tty1/run
diff options
context:
space:
mode:
Diffstat (limited to 'services/agetty-tty1/run')
-rwxr-xr-xservices/agetty-tty1/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/agetty-tty1/run b/services/agetty-tty1/run
index dfca715..ab8c073 100755
--- a/services/agetty-tty1/run
+++ b/services/agetty-tty1/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 tty=${PWD##*-}
-exec setsid /sbin/agetty -8 -s 38400 $([ $tty = tty1 ] && echo --noclear) $tty linux
+exec setsid /sbin/agetty $([ $tty = tty1 ] && echo --noclear) $tty linux