10 lines
130 B
SYSTEMD
10 lines
130 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run powertop --auto-tune after boot
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=1min
|
||
|
AccuracySec=1min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|