Dot_Files/roles/arch-post-setup/files/powertop.service

12 lines
176 B
Desktop File

; vim: ft=systemd
[Unit]
Description=Powertop tunings
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/powertop --auto-tune
[Install]
WantedBy=multi-user.target