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.
|
# See journald.conf(5) for details.
|
||||||
|
|
||||||
[Journal]
|
[Journal]
|
||||||
Storage=persistent
|
Storage=volatile
|
||||||
#Compress=yes
|
#Compress=yes
|
||||||
#Seal=yes
|
#Seal=yes
|
||||||
#SplitMode=uid
|
#SplitMode=uid
|
||||||
#SyncIntervalSec=5m
|
#SyncIntervalSec=5m
|
||||||
#RateLimitIntervalSec=30s
|
#RateLimitIntervalSec=30s
|
||||||
#RateLimitBurst=10000
|
#RateLimitBurst=10000
|
||||||
SystemMaxUse=256M
|
SystemMaxUse=64M
|
||||||
#SystemKeepFree=
|
SystemKeepFree=350M
|
||||||
SystemMaxFileSize=2M
|
SystemMaxFileSize=8M
|
||||||
#SystemMaxFiles=100
|
#SystemMaxFiles=100
|
||||||
RuntimeMaxUse=16M
|
RuntimeMaxUse=16M
|
||||||
#RuntimeKeepFree=
|
#RuntimeKeepFree=
|
||||||
|
|
@ -29,7 +29,7 @@ RuntimeMaxUse=16M
|
||||||
#RuntimeMaxFiles=100
|
#RuntimeMaxFiles=100
|
||||||
#MaxRetentionSec=
|
#MaxRetentionSec=
|
||||||
#MaxFileSec=1month
|
#MaxFileSec=1month
|
||||||
ForwardToSyslog=yes
|
#ForwardToSyslog=no
|
||||||
#ForwardToKMsg=no
|
#ForwardToKMsg=no
|
||||||
#ForwardToConsole=no
|
#ForwardToConsole=no
|
||||||
#ForwardToWall=yes
|
#ForwardToWall=yes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue