diff options
author | mellotron <mellotron@tutanota.com> | 2016-10-18 23:46:39 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-30 15:13:38 +0100 |
commit | 2a9ec6be775eed4cbb03abe943fb2860a87fc087 (patch) | |
tree | 5ebeb022c8373097a9d552800e9b0ad36480f56c /testing/thermald/thermald.initd | |
parent | 0e45808ff272f538ec99dce40ad25c3d7b70482c (diff) | |
download | aports-2a9ec6be775eed4cbb03abe943fb2860a87fc087.tar.bz2 aports-2a9ec6be775eed4cbb03abe943fb2860a87fc087.tar.xz |
testing/thermald: new aport
https://github.com/01org/thermal_daemon
Thermal daemon for IA
Diffstat (limited to 'testing/thermald/thermald.initd')
-rw-r--r-- | testing/thermald/thermald.initd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/thermald/thermald.initd b/testing/thermald/thermald.initd new file mode 100644 index 0000000000..ee5eaeb5e1 --- /dev/null +++ b/testing/thermald/thermald.initd @@ -0,0 +1,11 @@ +#!/sbin/openrc-run + +command=/usr/sbin/thermald +command_background="yes" +pidfile="/run/$RC_SVCNAME.pid" +command_args="--no-daemon --dbus-enable" + +depend() { + use clock logger + need localmount +} |