Thomas Renninger
67d5ef837b
Add patch from upstream, and fix up in service file and remove unneeded requires. The xterm Requires was added back when the service file was added. It was perhaps needed back then, but is surely not needed now. OBS-URL: https://build.opensuse.org/request/show/431478 OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=48
11 lines
157 B
Desktop File
11 lines
157 B
Desktop File
[Unit]
|
|
Description=Extend the battery life of laptop
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/powertop --auto-tune
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|