gentoo-ebuilds/sys-power/throttled/files/throttled.service
Violet Purcell 85ef6cd085
sys-power/throttled: new package, add 0.10.0
add kernel config check, but only make it as a warning
rename openrc script file to throttled.initd

Closes: https://github.com/gentoo/gentoo/pull/33252/
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
2023-10-09 06:22:41 +00:00

11 lines
251 B
Desktop File

[Unit]
Description=Stop Intel throttling
[Service]
Type=simple
ExecStart=/usr/bin/throttled
# Setting PYTHONUNBUFFERED is necessary to see the output of this service in the journal
Environment=PYTHONUNBUFFERED=1
[Install]
WantedBy=multi-user.target