7 lines
109 B
SYSTEMD
7 lines
109 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run powertop --auto-tune
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/sbin/powertop --auto-tune
|