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

/systemd/src/core/
H A Dmain.c101 static bool arg_crash_reboot = false; variable
140 if (arg_crash_reboot) {
352 arg_crash_reboot = r;
653 { "Manager", "CrashReboot", config_parse_bool, 0, &arg_crash_reboot },
932 arg_crash_reboot = true;
937 arg_crash_reboot = r;

Completed in 19 milliseconds