diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-03-31 17:36:16 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-04-01 14:46:43 +0200 |
commit | 0603ba4d1fb7ccc61e5a1f52810ab790acdc0043 (patch) | |
tree | b46be3eff6b9b82315607b6edea1ce6a227dc4bb /services/agetty-serial | |
parent | decca1b7a36e42f224edbbe065ba67440eba4ffd (diff) | |
download | runit-void-0603ba4d1fb7ccc61e5a1f52810ab790acdc0043.tar.gz runit-void-0603ba4d1fb7ccc61e5a1f52810ab790acdc0043.tar.xz runit-void-0603ba4d1fb7ccc61e5a1f52810ab790acdc0043.zip |
services: -8 is available on getty too
Diffstat (limited to 'services/agetty-serial')
-rw-r--r-- | services/agetty-serial/conf | 3 |
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 |