From 679b21198547077e57ca9c7575a473e49ebeb6fa Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Sun, 26 Apr 2020 17:47:26 +0100 Subject: [PATCH] iwd: fix output sent to tty1 --- srcpkgs/iwd/files/iwd/run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/iwd/files/iwd/run b/srcpkgs/iwd/files/iwd/run index b7d22b7f9e4..311df3d708d 100755 --- a/srcpkgs/iwd/files/iwd/run +++ b/srcpkgs/iwd/files/iwd/run @@ -1,4 +1,3 @@ #!/bin/sh [ -r ./conf ] && . ./conf -exec 2>&1 -exec /usr/libexec/iwd ${OPTS} +exec /usr/libexec/iwd ${OPTS} > /dev/null 2>&1