This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:linux_systemd [2022/06/22 13:08] manu |
linux:linux_systemd [2024/06/26 15:49] (current) manu |
||
---|---|---|---|
Line 387: | Line 387: | ||
</cli> | </cli> | ||
+ | Journal config file (2 ways to list it) | ||
+ | <cli prompt='#'> | ||
+ | [root@lnx01 system]# cat /etc/systemd/journald.conf | ||
+ | [root@lnx01 system]# systemd-analyze cat-config systemd/journald.conf | ||
+ | [Journal] | ||
+ | Storage=persistent | ||
+ | Compress=yes | ||
+ | #Seal=yes | ||
+ | #SplitMode=uid | ||
+ | #SyncIntervalSec=5m | ||
+ | #RateLimitIntervalSec=30s | ||
+ | #RateLimitBurst=10000 | ||
+ | #SystemMaxUse= | ||
+ | #SystemKeepFree= | ||
+ | #SystemMaxFileSize= | ||
+ | #SystemMaxFiles=100 | ||
+ | #RuntimeMaxUse= | ||
+ | #RuntimeKeepFree= | ||
+ | #RuntimeMaxFileSize= | ||
+ | #RuntimeMaxFiles=100 | ||
+ | #MaxRetentionSec= | ||
+ | MaxFileSec=1month | ||
+ | </cli> | ||
====== Manage service with System V (5) ====== | ====== Manage service with System V (5) ====== |