summaryrefslogtreecommitdiff
path: root/src/core/system.conf.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-13 13:06:03 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-13 13:10:34 +0200
commitc91c95e66c50b590fbc0d4b7b464c56978100596 (patch)
tree23e69e377fb245ce9a9d7867670ee5ae42f8d284 /src/core/system.conf.in
parentb6e44cd934873659f233bfd962e4a0dcb3026e59 (diff)
downloadsystemd-c91c95e66c50b590fbc0d4b7b464c56978100596.tar.gz
core: allow "off" as special watchdog time to be specified
Right now we already understand "default" as special string for enabling the watchdog but not reconfiguring its timeout (it is internally mapped to USEC_MAX). To be systematic this adds "off" as special string for disabling the watchdog logic (it is internally mapped to 0, which is how this behaviour was previously requested).
Diffstat (limited to 'src/core/system.conf.in')
-rw-r--r--src/core/system.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/system.conf.in b/src/core/system.conf.in
index e88280bd0a..96fb64d2c1 100644
--- a/src/core/system.conf.in
+++ b/src/core/system.conf.in
@@ -29,9 +29,9 @@
#CPUAffinity=
#NUMAPolicy=default
#NUMAMask=
-#RuntimeWatchdogSec=0
+#RuntimeWatchdogSec=off
#RebootWatchdogSec=10min
-#KExecWatchdogSec=0
+#KExecWatchdogSec=off
#WatchdogDevice=
#CapabilityBoundingSet=
#NoNewPrivileges=no