athaariq

ArchLinux systemd-journald default configuration

Oct 15th, 2021 (edited)
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #  This file is part of systemd.
  2. #
  3. #  systemd is free software; you can redistribute it and/or modify it under the
  4. #  terms of the GNU Lesser General Public License as published by the Free
  5. #  Software Foundation; either version 2.1 of the License, or (at your option)
  6. #  any later version.
  7. #
  8. # Entries in this file show the compile time defaults. Local configuration
  9. # should be created by either modifying this file, or by creating "drop-ins" in
  10. # the journald.conf.d/ subdirectory. The latter is generally recommended.
  11. # Defaults can be restored by simply deleting this file and all drop-ins.
  12. #
  13. # Use 'systemd-analyze cat-config systemd/journald.conf' to display the full config.
  14. #
  15. # See journald.conf(5) for details.
  16.  
  17. [Journal]
  18. #Storage=auto
  19. #Compress=yes
  20. #Seal=yes
  21. #SplitMode=uid
  22. #SyncIntervalSec=5m
  23. #RateLimitIntervalSec=30s
  24. #RateLimitBurst=10000
  25. #SystemMaxUse=
  26. #SystemKeepFree=
  27. #SystemMaxFileSize=
  28. #SystemMaxFiles=100
  29. #RuntimeMaxUse=
  30. #RuntimeKeepFree=
  31. #RuntimeMaxFileSize=
  32. #RuntimeMaxFiles=100
  33. #MaxRetentionSec=
  34. #MaxFileSec=1month
  35. #ForwardToSyslog=no
  36. #ForwardToKMsg=no
  37. #ForwardToConsole=no
  38. #ForwardToWall=yes
  39. #TTYPath=/dev/console
  40. #MaxLevelStore=debug
  41. #MaxLevelSyslog=debug
  42. #MaxLevelKMsg=notice
  43. #MaxLevelConsole=info
  44. #MaxLevelWall=emerg
  45. #LineMax=48K
  46. #ReadKMsg=yes
  47. #Audit=yes
Add Comment
Please, Sign In to add comment