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