systemd-conf: changed journald back to volatile.
BugzID: 65637 Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
5ed397cc0a
commit
5d4c0fa6b1
|
|
@ -12,16 +12,16 @@
|
|||
# See journald.conf(5) for details.
|
||||
|
||||
[Journal]
|
||||
Storage=persistent
|
||||
Storage=volatile
|
||||
#Compress=yes
|
||||
#Seal=yes
|
||||
#SplitMode=uid
|
||||
#SyncIntervalSec=5m
|
||||
#RateLimitIntervalSec=30s
|
||||
#RateLimitBurst=10000
|
||||
SystemMaxUse=256M
|
||||
#SystemKeepFree=
|
||||
SystemMaxFileSize=2M
|
||||
SystemMaxUse=64M
|
||||
SystemKeepFree=350M
|
||||
SystemMaxFileSize=8M
|
||||
#SystemMaxFiles=100
|
||||
RuntimeMaxUse=16M
|
||||
#RuntimeKeepFree=
|
||||
|
|
@ -29,7 +29,7 @@ RuntimeMaxUse=16M
|
|||
#RuntimeMaxFiles=100
|
||||
#MaxRetentionSec=
|
||||
#MaxFileSec=1month
|
||||
ForwardToSyslog=yes
|
||||
#ForwardToSyslog=no
|
||||
#ForwardToKMsg=no
|
||||
#ForwardToConsole=no
|
||||
#ForwardToWall=yes
|
||||
|
|
|
|||
Loading…
Reference in New Issue