Files
Arch-R/packages/linux/system.d/cpufreq-threshold.service
2013-10-14 13:09:15 +03:00

12 lines
233 B
Desktop File

[Unit]
Description=Set ondemand threshold
DefaultDependencies=false
[Service]
Type=oneshot
ExecStart=-/bin/sh -c 'echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold'
RemainAfterExit=yes
[Install]
WantedBy=basic.target