thermald: fix service log
This commit is contained in:
parent
c6fac4135d
commit
73d984b79b
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue