Skip to content

Instantly share code, notes, and snippets.

@BenWhitehead
Created February 20, 2015 00:39
Show Gist options
  • Save BenWhitehead/fd9c0146064f455233e1 to your computer and use it in GitHub Desktop.
Save BenWhitehead/fd9c0146064f455233e1 to your computer and use it in GitHub Desktop.
systemd powertop unit file ||| laptop power config linux
[Unit]
Description=Powertop tunings
[Service]
Type=oneshot
Environment=TERMINFO=/etc/terminfo
Environment=TERM=linux
ExecStart=/usr/sbin/powertop --auto-tune
[Install]
WantedBy=multi-user.target
@BenWhitehead
Copy link
Author

stick in /etc/systemd/system/powertop.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment