11 lines
157 B
SYSTEMD
11 lines
157 B
SYSTEMD
|
[Unit]
|
||
|
Description=Extend the battery life of laptop
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/sbin/powertop --auto-tune
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|