Overdue commit

This commit is contained in:
Jonathan Cremin 2021-11-16 15:23:42 +00:00
parent 1e03c32201
commit 692269f9ff
49 changed files with 843 additions and 198 deletions

View file

@ -0,0 +1,13 @@
[Unit]
Description=Enable AMD boost
Before=basic.target
After=local-fs.target sysinit.target
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/bin/sh -c "echo 1 > /sys/devices/system/cpu/cpufreq/boost"
[Install]
WantedBy=basic.target