about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-03-31 17:36:16 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2015-04-01 14:46:43 +0200
commit0603ba4d1fb7ccc61e5a1f52810ab790acdc0043 (patch)
treeb46be3eff6b9b82315607b6edea1ce6a227dc4bb /services
parentdecca1b7a36e42f224edbbe065ba67440eba4ffd (diff)
downloadrunit-void-0603ba4d1fb7ccc61e5a1f52810ab790acdc0043.tar.gz
runit-void-0603ba4d1fb7ccc61e5a1f52810ab790acdc0043.tar.xz
runit-void-0603ba4d1fb7ccc61e5a1f52810ab790acdc0043.zip
services: -8 is available on getty too
Diffstat (limited to 'services')
-rw-r--r--services/agetty-serial/conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/agetty-serial/conf b/services/agetty-serial/conf
index 5aba88f..74a9364 100644
--- a/services/agetty-serial/conf
+++ b/services/agetty-serial/conf
@@ -1,6 +1,7 @@
+GETTY_ARGS="-L"
 if [ -x /sbin/getty ]; then
 	# util-linux specific settings
-	GETTY_ARGS="-8 -L"
+	GETTY_ARGS="${GETTY_ARGS} -8"
 fi
 
 BAUD_RATE=115200