Searched defs:arg_crash_shell (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dmain.c100 static bool arg_crash_shell = false; variable
226 if (arg_crash_shell) {
344 arg_crash_shell = r;
652 { "Manager", "CrashShell", config_parse_bool, 0, &arg_crash_shell },
921 arg_crash_shell = true;
926 arg_crash_shell = r;

Completed in 16 milliseconds