diff options
Diffstat (limited to 'pcr/openrc-misc/thermald.initd')
-rw-r--r-- | pcr/openrc-misc/thermald.initd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pcr/openrc-misc/thermald.initd b/pcr/openrc-misc/thermald.initd new file mode 100644 index 000000000..9c629974b --- /dev/null +++ b/pcr/openrc-misc/thermald.initd @@ -0,0 +1,7 @@ +#!/usr/bin/openrc-run +# 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" |