diff --git a/Readme.md b/Readme.md index a1f100c..b721407 100644 --- a/Readme.md +++ b/Readme.md @@ -3,23 +3,18 @@ ## Configuration -vim /etc/systemd/journald.conf +mkdir /etc/systemd/journald.conf.d +vim /etc/systemd/journald.conf.d/my.conf ```ini [Journal] Storage=persistent SystemMaxUse=512G -#Compress=yes -#Seal=yes -#SplitMode=uid -#SyncIntervalSec=5m -#RateLimitInterval=30s -#RateLimitBurst=1000 -... ``` ```bash systemctl restart systemd-journald +journalctl --flush ls -l /var/log/journald ```