Skip to content

Instantly share code, notes, and snippets.

@angeldm
Created March 28, 2020 15:02
Show Gist options
  • Save angeldm/a932eeb91a60192131ee95fd9c2bb080 to your computer and use it in GitHub Desktop.
Save angeldm/a932eeb91a60192131ee95fd9c2bb080 to your computer and use it in GitHub Desktop.
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