Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrebrait/d90130e3551b7ca2fc84021eea11f71c to your computer and use it in GitHub Desktop.
Save andrebrait/d90130e3551b7ca2fc84021eea11f71c to your computer and use it in GitHub Desktop.
Create powertop systemd service
$cat << EOF | sudo tee /etc/systemd/system/powertop.service
[Unit]
Description=PowerTOP auto tune

[Service]
Type=idle
Environment="TERM=dumb"
ExecStart=/usr/sbin/powertop --auto-tune

[Install]
WantedBy=multi-user.target
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment