first commit

This commit is contained in:
sujiba 2024-09-17 00:48:31 +02:00
commit a29b944696
4 changed files with 121 additions and 0 deletions

10
files/powertop.service Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=Powertop tunings
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/powertop --auto-tune
[Install]
WantedBy=multi-user.target