aports/testing/thermald/thermald.initd
2016-10-30 15:13:38 +01:00

12 lines
193 B
Plaintext

#!/sbin/openrc-run
command=/usr/sbin/thermald
command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"
command_args="--no-daemon --dbus-enable"
depend() {
use clock logger
need localmount
}