summaryrefslogtreecommitdiff
path: root/sys-power/intel-thermald/files/thermald
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
commitff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch)
tree393b3bd8a65eb3ec464babab42da8d9ec88851c3 /sys-power/intel-thermald/files/thermald
parent4c05e04608db666140daaa94499f5f90521a2cc4 (diff)
cleanup
Diffstat (limited to 'sys-power/intel-thermald/files/thermald')
-rw-r--r--sys-power/intel-thermald/files/thermald20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-power/intel-thermald/files/thermald b/sys-power/intel-thermald/files/thermald
deleted file mode 100644
index 6857f60f..00000000
--- a/sys-power/intel-thermald/files/thermald
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/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