mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 09:16:19 +00:00
f27caaddc1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
12 lines
204 B
Desktop File
12 lines
204 B
Desktop File
[Unit]
|
|
Description=Set CPU frequency governor and its tunables
|
|
ConditionPathExists=/usr/bin/cpufreq
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/cpufreq
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|