Adding config-powertop

This commit is contained in:
Scott C. MacCallum 2024-10-17 21:20:07 -04:00
parent b7dcd23b3f
commit 4fac2e712f

9
config-powertop Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
cp powertop.service /etc/systemd/system
systemctl daemon-reload
systemctl enable powertop.service
exit 0