diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-29 08:46:58 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-29 14:34:22 +0200 |
commit | 7a66f21556512c0bf45b43e6b743cb1079304221 (patch) | |
tree | 6b149fcae8d0a0b7532392e47cd18a75fbb8d299 /test/fuzz | |
parent | journalctl: also check arg_file_stdin with other journal location (diff) | |
download | systemd-7a66f21556512c0bf45b43e6b743cb1079304221.tar.xz systemd-7a66f21556512c0bf45b43e6b743cb1079304221.zip |
core: Add systemd.crash_action= kernel command line argument
Required for integration tests to power off on PID 1 crashes. We
deprecate systemd.crash_reboot and related options by removing them
from the documentation but still parsing them.
Diffstat (limited to 'test/fuzz')
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives-all.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-unit-file/directives-all.service b/test/fuzz/fuzz-unit-file/directives-all.service index 670e589bab..dbd56ec752 100644 --- a/test/fuzz/fuzz-unit-file/directives-all.service +++ b/test/fuzz/fuzz-unit-file/directives-all.service @@ -706,6 +706,7 @@ CPUAffinity= CapabilityBoundingSet= CrashChangeVT= CrashReboot= +CrashAction= CrashShell= CtrlAltDelBurstAction= DefaultBlockIOAccounting= |