blob: 8d67a148a7fdedc8cf8a2847bfb435d95a6ea0b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/etc/systemd/system/powertop.service
[Unit]
Description=Powertop tunings
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/powertop --auto-tune
[Install]
WantedBy=multi-user.target
|