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 /man/systemd-system.conf.xml | |
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 'man/systemd-system.conf.xml')
-rw-r--r-- | man/systemd-system.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 88f13d05b6..ae5b61b149 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -78,7 +78,7 @@ <term><varname>DumpCore=yes</varname></term> <term><varname>CrashChangeVT=no</varname></term> <term><varname>CrashShell=no</varname></term> - <term><varname>CrashReboot=no</varname></term> + <term><varname>CrashAction=freeze</varname></term> <term><varname>ShowStatus=yes</varname></term> <term><varname>DefaultStandardOutput=journal</varname></term> <term><varname>DefaultStandardError=inherit</varname></term> |