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