Skip to content

Instantly share code, notes, and snippets.

@angeldm
Created March 28, 2020 15:02
powertop.service
[Unit]
Description=Powertop tunings
[Service]
Type=exec
ExecStart=/usr/sbin/powertop --auto-tune
RemainAfterExit=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment