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