mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
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
|