Skip to content

Instantly share code, notes, and snippets.

@brentlintner
Created October 6, 2019 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brentlintner/b078ee83a695066e576b59562222f768 to your computer and use it in GitHub Desktop.
Save brentlintner/b078ee83a695066e576b59562222f768 to your computer and use it in GitHub Desktop.
Run powertop --auto-tune at boot
[Unit]
Description=Run powertop auto tune on boot
[Service]
Type=oneshot
ExecStart=/usr/bin/powertop --auto-tune
StandardOutput=journal
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment