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

/systemd/src/systemctl/
H A Dsystemctl.c98 static const char *arg_job_mode = "replace"; variable
2744 mode = action_table[action].mode ?: arg_job_mode;
3216 if (streq(arg_job_mode, "fail"))
6636 arg_job_mode = optarg;
6640 arg_job_mode = "fail";
6644 arg_job_mode = "replace-irreversibly";
6648 arg_job_mode = "ignore-dependencies";

Completed in 37 milliseconds