summary refs log tree commit diff
path: root/services/agetty-tty1
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-07 21:37:50 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-07 21:37:50 +0200
commitf87b75c9f3f9449fe3b1b75d15a9dd0e1d0276a8 (patch)
treea89ba3f8d0e3c006f0abe498dc9441a540ce1eba /services/agetty-tty1
parentf63690191f975ceb4bed303b04e9362decfaaadf (diff)
downloadrunit-void-f87b75c9f3f9449fe3b1b75d15a9dd0e1d0276a8.tar.gz
runit-void-f87b75c9f3f9449fe3b1b75d15a9dd0e1d0276a8.tar.xz
runit-void-f87b75c9f3f9449fe3b1b75d15a9dd0e1d0276a8.zip
agetty-{generic,tty1}: remove unnecessary settings for virtual terminals.
Diffstat (limited to 'services/agetty-tty1')
-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