Skip to content

Instantly share code, notes, and snippets.

View andrebrait's full-sized avatar

Andre Brait andrebrait

View GitHub Profile
@andrebrait
andrebrait / powertop.service
Created March 17, 2025 12:48 — forked from kikislater/powertop.service
powertop.service
[Unit]
Description=Powertop tunings
[Service]
Type=oneshot
ExecStart=/usr/bin/powertop --auto-tune
[Install]
WantedBy=multi-user.target
@andrebrait
andrebrait / powertop_systemd_service.md
Created March 17, 2025 12:49 — forked from abelardojarab/powertop_systemd_service.md
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