diff options
author | crismblog <cristian@crismblog.ro> | 2015-02-24 10:13:47 +0200 |
---|---|---|
committer | crismblog <cristian@crismblog.ro> | 2015-02-24 10:13:47 +0200 |
commit | 21a45d8f5daa38fe5a26e6c2a425a32d71a65137 (patch) | |
tree | 0529d84aa745f0ae36fd44b08326985bf94a2f60 /sys-power/files/thermald | |
parent | d699617b28b604526ed7e0ee7f47555b3c26ff1c (diff) |
Add Intel Thermald
Diffstat (limited to 'sys-power/files/thermald')
-rw-r--r-- | sys-power/files/thermald | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-power/files/thermald b/sys-power/files/thermald new file mode 100644 index 00000000..6857f60f --- /dev/null +++ b/sys-power/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 |