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 system.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/system.conf' to display the full config. 14# 15# See systemd-system.conf(5) for details. 16 17[Manager] 18#LogLevel=info 19#LogTarget=journal-or-kmsg 20#LogColor=yes 21#LogLocation=no 22#LogTime=no 23#DumpCore=yes 24#ShowStatus=yes 25#CrashChangeVT=no 26#CrashShell=no 27#CrashReboot=no 28#CtrlAltDelBurstAction=reboot-force 29#CPUAffinity= 30#NUMAPolicy=default 31#NUMAMask= 32#RuntimeWatchdogSec=off 33#RuntimeWatchdogPreSec=off 34#RuntimeWatchdogPreGovernor= 35#RebootWatchdogSec=10min 36#KExecWatchdogSec=off 37#WatchdogDevice= 38#CapabilityBoundingSet= 39#NoNewPrivileges=no 40#SystemCallArchitectures= 41#TimerSlackNSec= 42#StatusUnitFormat={{STATUS_UNIT_FORMAT_DEFAULT_STR}} 43#DefaultTimerAccuracySec=1min 44#DefaultStandardOutput=journal 45#DefaultStandardError=inherit 46#DefaultTimeoutStartSec=90s 47#DefaultTimeoutStopSec=90s 48#DefaultTimeoutAbortSec= 49#DefaultRestartSec=100ms 50#DefaultStartLimitIntervalSec=10s 51#DefaultStartLimitBurst=5 52#DefaultEnvironment= 53#DefaultCPUAccounting=no 54#DefaultIOAccounting=no 55#DefaultIPAccounting=no 56#DefaultBlockIOAccounting=no 57#DefaultMemoryAccounting={{ 'yes' if MEMORY_ACCOUNTING_DEFAULT else 'no' }} 58#DefaultTasksAccounting=yes 59#DefaultTasksMax=15% 60#DefaultLimitCPU= 61#DefaultLimitFSIZE= 62#DefaultLimitDATA= 63#DefaultLimitSTACK= 64#DefaultLimitCORE= 65#DefaultLimitRSS= 66#DefaultLimitNOFILE=1024:{{HIGH_RLIMIT_NOFILE}} 67#DefaultLimitAS= 68#DefaultLimitNPROC= 69#DefaultLimitMEMLOCK= 70#DefaultLimitLOCKS= 71#DefaultLimitSIGPENDING= 72#DefaultLimitMSGQUEUE= 73#DefaultLimitNICE= 74#DefaultLimitRTPRIO= 75#DefaultLimitRTTIME= 76#DefaultOOMPolicy=stop 77