diff options
author | suigin <suigin@national.shitposting.agency> | 2016-10-18 23:20:48 -0700 |
---|---|---|
committer | suigin <suigin@national.shitposting.agency> | 2016-10-18 23:20:48 -0700 |
commit | 7ff7f2ab912598206e6f7802a0430a00017221a4 (patch) | |
tree | ba7d398caea868528ccefe21b375c3c509d2617c | |
parent | d88392e7ec28571c13f10612e55ca3cb9007f350 (diff) | |
parent | 24df16b0f709f5217405e603e2c304c54592a632 (diff) | |
download | runit-void-7ff7f2ab912598206e6f7802a0430a00017221a4.tar.gz runit-void-7ff7f2ab912598206e6f7802a0430a00017221a4.tar.xz runit-void-7ff7f2ab912598206e6f7802a0430a00017221a4.zip |
Merge branch 'master' of https://github.com/voidlinux/void-runit
-rw-r--r-- | services/agetty-serial/conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/agetty-serial/conf b/services/agetty-serial/conf index 6c3d032..e99c38e 100644 --- a/services/agetty-serial/conf +++ b/services/agetty-serial/conf @@ -1,5 +1,5 @@ GETTY_ARGS="-L" -if [ -x /sbin/agetty -o /bin/agetty ]; then +if [ -x /sbin/agetty -o -x /bin/agetty ]; then # util-linux specific settings GETTY_ARGS="${GETTY_ARGS} -8" fi |