This commit is contained in:
Your Name 2024-02-03 15:39:46 -07:00
parent 4608cc3ea8
commit b96b3cdc37

12
systemd/powertop.service Normal file
View File

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