summaryrefslogtreecommitdiff
path: root/src/core/manager.h
diff options
context:
space:
mode:
authorJan Klötzke <Jan.Kloetzke@preh.de>2017-03-20 13:10:43 +0100
committerJan Klötzke <jan@kloetzke.net>2018-01-22 18:10:03 +0100
commit2a12e32efa8dadf7c67ef4e3ea2139734eb94566 (patch)
tree99a2c2796b8916614b83061bb8073093afbcbd4c /src/core/manager.h
parent43ce15ac307fe87785f82391936842dd4f1402f3 (diff)
downloadsystemd-2a12e32efa8dadf7c67ef4e3ea2139734eb94566.tar.gz
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.
Diffstat (limited to 'src/core/manager.h')
-rw-r--r--src/core/manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/manager.h b/src/core/manager.h
index 1531374d1c..b01edea1b5 100644
--- a/src/core/manager.h
+++ b/src/core/manager.h
@@ -277,6 +277,7 @@ struct Manager {
ShowStatus show_status;
char *confirm_spawn;
bool no_console_output;
+ bool service_watchdogs;
ExecOutput default_std_output, default_std_error;