/var/log/journal directory grows and uses up a lot of disk space.

journalctl --vacuum-size=100M
journalctl --vacuum-time=10d

Edit /etc/systemd/journald.conf and set SystemMaxUse=100M for example, restart service after change service systemd-journald restart

Verwandte Artikel