1. [chroot@cl-sit02-sunglsp-01 ~]$ ll /etc/systemd/system.conf
    2. -rw-r--r--. 1 root root 1552 Jun 27 2017 /etc/systemd/system.conf
    3. [chroot@cl-sit02-sunglsp-01 ~]$ cat /etc/systemd/system.conf
    4. # This file is part of systemd.
    5. #
    6. # systemd is free software; you can redistribute it and/or modify it
    7. # under the terms of the GNU Lesser General Public License as published by
    8. # the Free Software Foundation; either version 2.1 of the License, or
    9. # (at your option) any later version.
    10. #
    11. # Entries in this file show the compile time defaults.
    12. # You can change settings by editing this file.
    13. # Defaults can be restored by simply deleting this file.
    14. #
    15. # See systemd-system.conf(5) for details.
    16. [Manager]
    17. #LogLevel=info
    18. #LogTarget=journal-or-kmsg
    19. #LogColor=yes
    20. #LogLocation=no
    21. #DumpCore=yes
    22. #CrashShell=no
    23. #ShowStatus=yes
    24. #CrashChVT=1
    25. #CtrlAltDelBurstAction=reboot-force
    26. #CPUAffinity=1 2
    27. #JoinControllers=cpu,cpuacct net_cls,net_prio
    28. #RuntimeWatchdogSec=0
    29. #ShutdownWatchdogSec=10min
    30. #CapabilityBoundingSet=
    31. #SystemCallArchitectures=
    32. #TimerSlackNSec=
    33. #DefaultTimerAccuracySec=1min
    34. #DefaultStandardOutput=journal
    35. #DefaultStandardError=inherit
    36. #DefaultTimeoutStartSec=90s
    37. #DefaultTimeoutStopSec=90s
    38. #DefaultRestartSec=100ms
    39. #DefaultStartLimitInterval=10s
    40. #DefaultStartLimitBurst=5
    41. #DefaultEnvironment=
    42. #DefaultCPUAccounting=no
    43. #DefaultBlockIOAccounting=no
    44. #DefaultMemoryAccounting=no
    45. #DefaultTasksAccounting=no
    46. #DefaultTasksMax=
    47. #DefaultLimitCPU=
    48. #DefaultLimitFSIZE=
    49. #DefaultLimitDATA=
    50. #DefaultLimitSTACK=
    51. #DefaultLimitCORE=
    52. #DefaultLimitRSS=
    53. #DefaultLimitNOFILE=
    54. #DefaultLimitAS=
    55. #DefaultLimitNPROC=
    56. #DefaultLimitMEMLOCK=
    57. #DefaultLimitLOCKS=
    58. #DefaultLimitSIGPENDING=
    59. #DefaultLimitMSGQUEUE=
    60. #DefaultLimitNICE=
    61. #DefaultLimitRTPRIO=
    62. #DefaultLimitRTTIME=
    63. [chroot@cl-sit02-sunglsp-01 ~]$