3d5828551c
- Add a systemd script. OBS-URL: https://build.opensuse.org/request/show/295362 OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=32
12 lines
182 B
Desktop File
12 lines
182 B
Desktop File
[Unit]
|
|
Description=Extend the battery life of laptop
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment="TERM=xterm"
|
|
ExecStart=/usr/sbin/powertop --auto-tune
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|