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