Guest User

Untitled

a guest
May 11th, 2023
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [nitz@saturn ~]$ cat /etc/systemd/system.conf
  2. # This file is part of systemd.
  3. #
  4. # systemd is free software; you can redistribute it and/or modify it under the
  5. # terms of the GNU Lesser General Public License as published by the Free
  6. # Software Foundation; either version 2.1 of the License, or (at your option)
  7. # any later version.
  8. #
  9. # Entries in this file show the compile time defaults. Local configuration
  10. # should be created by either modifying this file, or by creating "drop-ins" in
  11. # the system.conf.d/ subdirectory. The latter is generally recommended.
  12. # Defaults can be restored by simply deleting this file and all drop-ins.
  13. #
  14. # Use 'systemd-analyze cat-config systemd/system.conf' to display the full config.
  15. #
  16. # See systemd-system.conf(5) for details.
  17.  
  18. [Manager]
  19. #LogLevel=info
  20. #LogTarget=journal-or-kmsg
  21. #LogColor=yes
  22. #LogLocation=no
  23. #LogTime=no
  24. #DumpCore=yes
  25. #ShowStatus=yes
  26. #CrashChangeVT=no
  27. #CrashShell=no
  28. #CrashReboot=no
  29. #CtrlAltDelBurstAction=reboot-force
  30. #CPUAffinity=
  31. #NUMAPolicy=default
  32. #NUMAMask=
  33. #RuntimeWatchdogSec=off
  34. #RuntimeWatchdogPreSec=off
  35. #RuntimeWatchdogPreGovernor=
  36. #RebootWatchdogSec=10min
  37. #KExecWatchdogSec=off
  38. #WatchdogDevice=
  39. #CapabilityBoundingSet=
  40. #NoNewPrivileges=no
  41. #SystemCallArchitectures=
  42. #TimerSlackNSec=
  43. #StatusUnitFormat=description
  44. #DefaultTimerAccuracySec=1min
  45. #DefaultStandardOutput=journal
  46. #DefaultStandardError=inherit
  47. #DefaultTimeoutStartSec=90s
  48. #DefaultTimeoutStopSec=90s
  49. #DefaultTimeoutAbortSec=
  50. #DefaultDeviceTimeoutSec=90s
  51. #DefaultRestartSec=100ms
  52. #DefaultStartLimitIntervalSec=10s
  53. #DefaultStartLimitBurst=5
  54. #DefaultEnvironment=
  55. #DefaultCPUAccounting=yes
  56. #DefaultIOAccounting=no
  57. #DefaultIPAccounting=no
  58. #DefaultMemoryAccounting=yes
  59. #DefaultTasksAccounting=yes
  60. #DefaultTasksMax=15%
  61. #DefaultLimitCPU=
  62. #DefaultLimitFSIZE=
  63. #DefaultLimitDATA=
  64. #DefaultLimitSTACK=
  65. #DefaultLimitCORE=
  66. #DefaultLimitRSS=
  67. #DefaultLimitNOFILE=1024:524288
  68. #DefaultLimitAS=
  69. #DefaultLimitNPROC=
  70. #DefaultLimitMEMLOCK=8M
  71. #DefaultLimitLOCKS=
  72. #DefaultLimitSIGPENDING=
  73. #DefaultLimitMSGQUEUE=
  74. #DefaultLimitNICE=
  75. #DefaultLimitRTPRIO=
  76. #DefaultLimitRTTIME=
  77. #DefaultOOMPolicy=stop
  78. #DefaultSmackProcessLabel=
  79. #ReloadLimitIntervalSec=
  80. #ReloadLimitBurst=
  81.  
Advertisement
Add Comment
Please, Sign In to add comment