Changing /etc/systemd/journald.conf

Hi all,

is there a way to change the above mentioned file as it is read-only.

I have this issue with journalctl and docker described here: https://stackoverflow.com/questions/63622619/docker-flooding-syslog-with-run-docker-runtime-logsbr

br

Gerry

Have you tried copying journald.conf to /storage/.config/systemd/journald.conf and modifying it there? Then see if it supercedes /etc/systemd/journald.conf after a reboot.