mareb
1
Hello,
after listening an audio file on my xfce desktop, the journal shows very too much entries (up to 3 per second) like:
rtkit-daemon[1647]: Supervising 9 threads of 4 processes of 1 users.
Can I kill that process?
Can I configure something to avoid that messages?
Thank you in advance
Manfred
What about the methods suggested in https://unix.stackexchange.com/questions/…y-processes.
In short create a service that sets a higher loglevel:
cat /etc/systemd/system/rtkit-daemon.service.d/override.conf
[Service]
LogLevelMax=notice
mareb
3
Thank you for the link and your tip. It does not help for me, if I use that file under /etc/ (or I was confused). But it helps to set the file
/usr/lib/systemd/system/rtkit-daemon.service.d/override.conf
So I am happy now!
system
Closed
4
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.