Guest User

system.conf

a guest
Oct 16th, 2025
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  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 a copy of it placed in
  10. # /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
  11. # /etc/systemd/system.conf.d/ directory. The latter is generally recommended.
  12. # Defaults can be restored by simply deleting the main configuration file and
  13. # all drop-ins located in /etc/.
  14. #
  15. # Use 'systemd-analyze cat-config systemd/system.conf' to display the full config.
  16. #
  17. # See systemd-system.conf(5) for details.
  18.  
  19. [Manager]
  20. #LogLevel=info
  21. #LogTarget=journal-or-kmsg
  22. #LogColor=yes
  23. #LogLocation=no
  24. #LogTime=no
  25. #DumpCore=yes
  26. #ShowStatus=yes
  27. #CrashChangeVT=no
  28. #CrashShell=no
  29. #CrashReboot=no
  30. #CtrlAltDelBurstAction=reboot-force
  31. #CPUAffinity=
  32. #NUMAPolicy=default
  33. #NUMAMask=
  34. #RuntimeWatchdogSec=off
  35. #RuntimeWatchdogPreSec=off
  36. #RuntimeWatchdogPreGovernor=
  37. #RebootWatchdogSec=10min
  38. #KExecWatchdogSec=off
  39. #WatchdogDevice=
  40. #CapabilityBoundingSet=
  41. #NoNewPrivileges=no
  42. #SystemCallArchitectures=
  43. #TimerSlackNSec=
  44. #StatusUnitFormat=combined
  45. #DefaultTimerAccuracySec=1min
  46. #DefaultStandardOutput=journal
  47. #DefaultStandardError=inherit
  48. #DefaultTimeoutStartSec=90s
  49. #DefaultTimeoutStopSec=90s
  50. #DefaultTimeoutAbortSec=
  51. #DefaultDeviceTimeoutSec=90s
  52. #DefaultRestartSec=100ms
  53. #DefaultStartLimitIntervalSec=10s
  54. #DefaultStartLimitBurst=5
  55. #DefaultEnvironment=
  56. #DefaultCPUAccounting=yes
  57. #DefaultIOAccounting=no
  58. #DefaultIPAccounting=no
  59. #DefaultMemoryAccounting=yes
  60. #DefaultTasksAccounting=yes
  61. #DefaultTasksMax=15%
  62. #DefaultLimitCPU=
  63. #DefaultLimitFSIZE=
  64. #DefaultLimitDATA=
  65. #DefaultLimitSTACK=
  66. #DefaultLimitCORE=
  67. #DefaultLimitRSS=
  68. DefaultLimitNOFILE=10240:524288
  69. #DefaultLimitAS=
  70. #DefaultLimitNPROC=
  71. #DefaultLimitMEMLOCK=8M
  72. #DefaultLimitLOCKS=
  73. #DefaultLimitSIGPENDING=
  74. #DefaultLimitMSGQUEUE=
  75. #DefaultLimitNICE=
  76. #DefaultLimitRTPRIO=
  77. #DefaultLimitRTTIME=
  78. #DefaultMemoryPressureThresholdSec=200ms
  79. #DefaultMemoryPressureWatch=auto
  80. #DefaultOOMPolicy=stop
  81. #DefaultSmackProcessLabel=
  82. #ReloadLimitIntervalSec=
  83. #ReloadLimitBurst=
  84.  
Advertisement
Add Comment
Please, Sign In to add comment