mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-29 10:56:32 -05:00
journald: revert back to default SystemMaxFiles
This was raised to 10000 to work around 2 separate journald bugs causing premature rotation which have been resolved for a long time.
This commit is contained in:
parent
7f0982f9d7
commit
8af52e3498
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
SystemMaxUse={{journald_system_max_use}}
|
SystemMaxUse={{journald_system_max_use}}
|
||||||
#SystemKeepFree=
|
#SystemKeepFree=
|
||||||
SystemMaxFileSize={{journald_system_max_file_size}}
|
SystemMaxFileSize={{journald_system_max_file_size}}
|
||||||
SystemMaxFiles=10000
|
#SystemMaxFiles=100
|
||||||
#RuntimeMaxUse=
|
#RuntimeMaxUse=
|
||||||
#RuntimeKeepFree=
|
#RuntimeKeepFree=
|
||||||
#RuntimeMaxFileSize=
|
#RuntimeMaxFileSize=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue