thermald: fix service log
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user