summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-04-02 18:55:12 +0800
committerYixun Lan <dlan@gentoo.org>2022-04-02 18:55:12 +0800
commit74d9c144ed14493d9b3c3ddc363d9567be29caa9 (patch)
treeec32bbf1b9cd60a7e8d72aa389fdd9b900005802 /sys-power
parentdev-util/crash: update live ebuild (diff)
downloadgentoo-74d9c144ed14493d9b3c3ddc363d9567be29caa9.tar.gz
gentoo-74d9c144ed14493d9b3c3ddc363d9567be29caa9.tar.bz2
gentoo-74d9c144ed14493d9b3c3ddc363d9567be29caa9.zip
sys-power/thermald: add "--adaptive" option to openrc script
Closes: https://bugs.gentoo.org/835757 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/thermald/files/thermald2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/thermald/files/thermald b/sys-power/thermald/files/thermald
index 6d59f77d0bb4..b3397dac3187 100644
--- a/sys-power/thermald/files/thermald
+++ b/sys-power/thermald/files/thermald
@@ -8,7 +8,7 @@ depend() {
start() {
ebegin "Starting thermald"
- start-stop-daemon --start --quiet --name thermald --exec /usr/sbin/thermald -- --dbus-enable
+ start-stop-daemon --start --quiet --name thermald --exec /usr/sbin/thermald -- --dbus-enable --adaptive
eend $?
}