summaryrefslogtreecommitdiff
path: root/sys-power/intel-thermald/files
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-02-24 10:16:46 +0200
committerBlackNoxis <steven.darklight@gmail.com>2015-02-24 10:16:46 +0200
commitc8ff7baafb02c16ce50b1ca2c75f735e701bafa3 (patch)
tree21a17c0885441572df0570612f56db2d059e7ace /sys-power/intel-thermald/files
parent3b868ae4f83138f5eef7851a18320d4dcfb10714 (diff)
Added intel-thermald
Diffstat (limited to 'sys-power/intel-thermald/files')
-rw-r--r--sys-power/intel-thermald/files/thermald20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-power/intel-thermald/files/thermald b/sys-power/intel-thermald/files/thermald
new file mode 100644
index 00000000..6857f60f
--- /dev/null
+++ b/sys-power/intel-thermald/files/thermald
@@ -0,0 +1,20 @@
+#!/sbin/runscript
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+command="/usr/bin/thermald"
+command_args="--dbus-enable"
+start_stop_daemon_args="--quiet"
+
+
+# start() {
+# ebegin "Starting thermald"
+#
+# start-stop-daemon --start --quiet /usr/bin/thermald --no-daemon --dbus-enable
+# }
+#
+# stop() {
+# ebegin "Stopping thermald"
+# start-stop-daemon --stop --quiet --pidfile "${DISTCCD_PIDFILE}"
+# eend $?
+# } \ No newline at end of file