12 lines
175 B
SYSTEMD
12 lines
175 B
SYSTEMD
|
# /etc/systemd/system/powertop.service
|
||
|
|
||
|
[Unit]
|
||
|
Description=Powertop tunings
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/sbin/powertop --auto-tune
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|