mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 23:48:20 +00:00
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>
11 lines
251 B
Desktop File
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
|