9 lines
161 B
SYSTEMD
9 lines
161 B
SYSTEMD
|
[Unit]
|
||
|
Description=Powertop auto tune
|
||
|
[Service]
|
||
|
Type=idle
|
||
|
Environment="TERM=dumb"
|
||
|
ExecStart=/usr/sdbin/powertop --auto-tune
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|