From: Jan Klötzke Date: Mon, 20 Mar 2017 12:10:43 +0000 (+0100) Subject: pid1: add option to disable service watchdogs X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=645c13d2553a301820ea8e065f7e1a3e69a489d1;p=elogind.git 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. --- 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