summaryrefslogtreecommitdiff
path: root/nonsystemd/thermald-openrc/thermald.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/thermald-openrc/thermald.initd')
-rw-r--r--nonsystemd/thermald-openrc/thermald.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/nonsystemd/thermald-openrc/thermald.initd b/nonsystemd/thermald-openrc/thermald.initd
new file mode 100644
index 000000000..ad95aeeb8
--- /dev/null
+++ b/nonsystemd/thermald-openrc/thermald.initd
@@ -0,0 +1,12 @@
+#!/usr/bin/openrc-run
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+supervisor=supervise-daemon
+command="/usr/bin/thermald"
+command_args="--dbus-enable --no-daemon"
+
+depend() {
+ need dbus
+ after logger
+}