mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
204 B
SYSTEMD
12 lines
204 B
SYSTEMD
|
|
[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
|