iwd: fix output sent to tty1

Closes: #21353
This commit is contained in:
Neel Chotai 2020-04-26 17:47:26 +01:00 committed by Đoàn Trần Công Danh
parent e5b817dedf
commit 0de1920d0f
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
#!/bin/sh
[ -r ./conf ] && . ./conf
exec 2>&1
exec /usr/libexec/iwd ${OPTS}

View file

@ -1,7 +1,7 @@
# Template file for 'iwd'
pkgname=iwd
version=1.7
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-systemd-service --enable-pie
--enable-external-ell --enable-dbus-policy --enable-wired"