thermald: fix service log

This commit is contained in:
Andrea Brancaleoni 2015-08-19 19:21:48 +02:00
parent c6fac4135d
commit 73d984b79b
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
sv check dbus >/dev/null || exit 1 sv check dbus >/dev/null || exit 1
exec thermald --no-daemon --dbus-enable 2>&1 exec thermald --no-daemon --dbus-enable 1>&2

View File

@ -1,7 +1,7 @@
# Template file for 'thermald' # Template file for 'thermald'
pkgname=thermald pkgname=thermald
version=1.4.3 version=1.4.3
revision=3 revision=4
_pkgname=thermal_daemon _pkgname=thermal_daemon
wrksrc="${_pkgname}-${version}" wrksrc="${_pkgname}-${version}"
only_for_archs="i686 i686-musl x86_64 x86_64-musl" only_for_archs="i686 i686-musl x86_64 x86_64-musl"