Comment 7 for bug 1547589

Revision history for this message
Olivier Duclos (odc) wrote :

An easy way to solve this problem is to use the LogLevelMax systemd property:

1. As root, run `systemctl edit rtkit-daemon` to create a new droppin for this service.
2. Add this to the new file:

[Service]
LogLevelMax=warning

3. Restart the service: `systemctl restart rtkit-daemon`