rajout fflush

This commit is contained in:
2025-10-16 13:55:14 +02:00
parent a1baaa09a8
commit cdb8c80c4d

View File

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