Overdue commit
This commit is contained in:
parent
1e03c32201
commit
692269f9ff
49 changed files with 843 additions and 198 deletions
13
roles/desktop/files/boost.service
Normal file
13
roles/desktop/files/boost.service
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue