thermald: fix service log
This commit is contained in:
parent
c6fac4135d
commit
73d984b79b
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
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'
|
||||
pkgname=thermald
|
||||
version=1.4.3
|
||||
revision=3
|
||||
revision=4
|
||||
_pkgname=thermal_daemon
|
||||
wrksrc="${_pkgname}-${version}"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
|
Loading…
Reference in a new issue