diff options
Diffstat (limited to 'testing/thermald/thermald.initd')
-rw-r--r-- | testing/thermald/thermald.initd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/thermald/thermald.initd b/testing/thermald/thermald.initd new file mode 100644 index 0000000000..ee5eaeb5e1 --- /dev/null +++ b/testing/thermald/thermald.initd @@ -0,0 +1,11 @@ +#!/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 +} |