Jan Kundrát | f04801f | 2021-01-19 22:01:25 +0100 | [diff] [blame] | 1 | # This file is part of systemd. |
| 2 | # |
| 3 | # systemd is free software; you can redistribute it and/or modify it |
| 4 | # under the terms of the GNU Lesser General Public License as published by |
| 5 | # the Free Software Foundation; either version 2.1 of the License, or |
| 6 | # (at your option) any later version. |
| 7 | # |
| 8 | # Entries in this file show the compile time defaults. |
| 9 | # You can change settings by editing this file. |
| 10 | # Defaults can be restored by simply deleting this file. |
| 11 | # |
| 12 | # See systemd-system.conf(5) for details. |
| 13 | |
| 14 | [Manager] |
| 15 | #LogLevel=info |
| 16 | #LogTarget=journal-or-kmsg |
| 17 | #LogColor=yes |
| 18 | #LogLocation=no |
| 19 | #LogTime=no |
| 20 | #DumpCore=yes |
| 21 | #ShowStatus=yes |
| 22 | #CrashChangeVT=no |
| 23 | #CrashShell=no |
| 24 | #CrashReboot=no |
| 25 | #CtrlAltDelBurstAction=reboot-force |
| 26 | #CPUAffinity=1 2 |
| 27 | #NUMAPolicy=default |
| 28 | #NUMAMask= |
| 29 | #RuntimeWatchdogSec=0 |
| 30 | #RebootWatchdogSec=10min |
| 31 | #ShutdownWatchdogSec=10min |
| 32 | #KExecWatchdogSec=0 |
| 33 | #WatchdogDevice= |
| 34 | #CapabilityBoundingSet= |
| 35 | #NoNewPrivileges=no |
| 36 | #SystemCallArchitectures= |
| 37 | #TimerSlackNSec= |
| 38 | #StatusUnitFormat=description |
| 39 | #DefaultTimerAccuracySec=1min |
| 40 | #DefaultStandardOutput=journal |
| 41 | #DefaultStandardError=inherit |
| 42 | #DefaultTimeoutStartSec=90s |
| 43 | #DefaultTimeoutStopSec=90s |
| 44 | #DefaultTimeoutAbortSec= |
| 45 | #DefaultRestartSec=100ms |
| 46 | #DefaultStartLimitIntervalSec=10s |
| 47 | #DefaultStartLimitBurst=5 |
| 48 | #DefaultEnvironment= |
| 49 | #DefaultCPUAccounting=no |
| 50 | #DefaultIOAccounting=no |
| 51 | #DefaultIPAccounting=no |
| 52 | #DefaultBlockIOAccounting=no |
| 53 | #DefaultMemoryAccounting=yes |
| 54 | #DefaultTasksAccounting=yes |
| 55 | #DefaultTasksMax=15% |
| 56 | #DefaultLimitCPU= |
| 57 | #DefaultLimitFSIZE= |
| 58 | #DefaultLimitDATA= |
| 59 | #DefaultLimitSTACK= |
| 60 | #DefaultLimitCORE= |
| 61 | DefaultLimitCORE=infinity |
| 62 | #DefaultLimitRSS= |
| 63 | #DefaultLimitNOFILE=1024:524288 |
| 64 | #DefaultLimitAS= |
| 65 | #DefaultLimitNPROC= |
| 66 | #DefaultLimitMEMLOCK= |
| 67 | #DefaultLimitLOCKS= |
| 68 | #DefaultLimitSIGPENDING= |
| 69 | #DefaultLimitMSGQUEUE= |
| 70 | #DefaultLimitNICE= |
| 71 | #DefaultLimitRTPRIO= |
| 72 | #DefaultLimitRTTIME= |