From 645c13d2553a301820ea8e065f7e1a3e69a489d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Kl=C3=B6tzke?= Date: Mon, 20 Mar 2017 13:10:43 +0100 Subject: [PATCH] pid1: add option to disable service watchdogs Add a "systemd.service_watchdogs=" option to the command line which disables all service runtime watchdogs and emergency actions. --- man/elogind.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/man/elogind.xml b/man/elogind.xml index f1aa13698..274f155e8 100644 --- a/man/elogind.xml +++ b/man/elogind.xml @@ -348,9 +348,14 @@ + Daemonize elogind by double-forking into background. + Globally enable/disable all service watchdog timeouts and emergency + actions. This setting may also be specified during boot, on the kernel + command line via the elogind.service_watchdogs= + option, see below. Defaults to enabled. @@ -1058,6 +1063,19 @@ + + systemd.service_watchdogs= + + Takes a boolean argument. If disabled, all service runtime + watchdogs () and emergency actions (e.g. + or ) are + ignored by the system manager (PID 1); see + systemd.service5. + Defaults to enabled, i.e. watchdogs and failure actions are processed + normally. The hardware watchdog is not affected by this + option. + + systemd.show_status -- 2.30.2