aboutsummaryrefslogtreecommitdiff
path: root/src/etc/systemd/system/powertop.service
blob: d9311c003c5f2d53fe90d977eb3d9bb527a415f1 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Powertop Tuning

[Service]
Type=exec
ExecStart=/usr/bin/powertop --auto-tune
RemainAfterExit=true

[Install]
WantedBy=multi-user.target