about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsuigin <suigin@national.shitposting.agency>2016-10-18 23:20:48 -0700
committersuigin <suigin@national.shitposting.agency>2016-10-18 23:20:48 -0700
commit7ff7f2ab912598206e6f7802a0430a00017221a4 (patch)
treeba7d398caea868528ccefe21b375c3c509d2617c
parentd88392e7ec28571c13f10612e55ca3cb9007f350 (diff)
parent24df16b0f709f5217405e603e2c304c54592a632 (diff)
downloadrunit-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/conf2
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