mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
14 lines
335 B
Desktop File
14 lines
335 B
Desktop File
[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
|