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:
Bastien Nocera 2021-12-06 10:46:16 +01:00
parent ca79f80635
commit 6acc53daca

View file

@ -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
---------