diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2019-07-19 12:54:15 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@microsoft.com> | 2019-07-23 21:29:03 +0200 |
commit | acafd7d8a6297fe40960d12dd86a974a53072cfb (patch) | |
tree | d5c9ea7eca614c95fd9c49715338af014ce4e5fc /test/fuzz/fuzz-unit-file | |
parent | Merge pull request #12977 from yuwata/network-route-type-local-12975 (diff) | |
download | systemd-acafd7d8a6297fe40960d12dd86a974a53072cfb.tar.xz systemd-acafd7d8a6297fe40960d12dd86a974a53072cfb.zip |
core: add KExecWatchdogSec option
Rather than always enabling the shutdown WD on kexec, which might be
dangerous in case the kernel driver and/or the hardware implementation
does not reset the wd on kexec, add a new timer, disabled by default,
to let users optionally enable the shutdown WD on kexec separately
from the runtime and reboot ones. Advise in the documentation to
also use the runtime WD in conjunction with it.
Fixes: a637d0f9ecbe ("core: set shutdown watchdog on kexec too")
Diffstat (limited to 'test/fuzz/fuzz-unit-file')
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-unit-file/directives.service b/test/fuzz/fuzz-unit-file/directives.service index 2f59585671..d19610fc55 100644 --- a/test/fuzz/fuzz-unit-file/directives.service +++ b/test/fuzz/fuzz-unit-file/directives.service @@ -703,6 +703,7 @@ LogTarget= RuntimeWatchdogSec= ShowStatus= ShutdownWatchdogSec= +KExecWatchdogSec= SuspendMode= SuspendState= SystemCallArchitectures= |