mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-28 23:28:18 +02:00
README: Mention possible service conflicts
Mention problems with tlp's packaging in Fedora and Debian-derivatives. See https://bugzilla.redhat.com/show_bug.cgi?id=2028701#c11 and https://github.com/linrunner/TLP/issues/564
This commit is contained in:
parent
ca79f80635
commit
6acc53daca
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -44,7 +44,7 @@ or the power-saver profile.
|
|||
|
||||
For example, this will be useful to avoid manual switching profiles while compiling
|
||||
large projects:
|
||||
```
|
||||
```sh
|
||||
powerprofilesctl launch make
|
||||
```
|
||||
|
||||
|
|
@ -52,6 +52,17 @@ If you're a developer, you might also want to use GLib's [`GPowerProfileMonitor`
|
|||
through C, or one of its bindings, so your application can react to the user requesting
|
||||
a low-power mode.
|
||||
|
||||
Conflicts
|
||||
---------
|
||||
|
||||
If `power-profiles-daemon` refuses to start, it's likely that you have [a conflicting
|
||||
service installed and running](data/power-profiles-daemon.service.in#L3).
|
||||
|
||||
```sh
|
||||
systemctl unmask power-profiles-daemon.service
|
||||
systemctl start power-profiles-daemon.service
|
||||
```
|
||||
|
||||
Debugging
|
||||
---------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue