mirror of
https://abf.rosa.ru/djam/kernel-5.16.git
synced 2025-02-23 14:02:49 +00:00
15 lines
335 B
SYSTEMD
15 lines
335 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Configure CPU frequency settings
|
||
|
After=syslog.target
|
||
|
ConditionPathExists=/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
EnvironmentFile=/etc/sysconfig/cpupower
|
||
|
ExecStart=/usr/bin/cpupower-start.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Also=cpupower.path
|