1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/sysutils/systemd/system.d/cpufreq.service
Ian Leonard f27caaddc1 systemd: use a cpufreq service to configure cpu governor
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-10-28 15:55:22 +00:00

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