Lines Matching defs:start_unit
2719 static int start_unit(int argc, char *argv[], void *userdata) {
3158 return start_unit(argc, argv, userdata);
5549 r = start_unit(strv_length(new_args), new_args, userdata);
7326 { "start", 2, VERB_ANY, VERB_NOCHROOT, start_unit },
7327 { "stop", 2, VERB_ANY, VERB_NOCHROOT, start_unit },
7328 { "condstop", 2, VERB_ANY, VERB_NOCHROOT, start_unit }, /* For compatibility with ALTLinux */
7329 { "reload", 2, VERB_ANY, VERB_NOCHROOT, start_unit },
7330 { "restart", 2, VERB_ANY, VERB_NOCHROOT, start_unit },
7331 { "try-restart", 2, VERB_ANY, VERB_NOCHROOT, start_unit },
7332 { "reload-or-restart", 2, VERB_ANY, VERB_NOCHROOT, start_unit },
7333 { "reload-or-try-restart", 2, VERB_ANY, VERB_NOCHROOT, start_unit }, /* For compatbility with old systemctl <= 228 */
7334 { "try-reload-or-restart", 2, VERB_ANY, VERB_NOCHROOT, start_unit },
7335 { "force-reload", 2, VERB_ANY, VERB_NOCHROOT, start_unit }, /* For compatibility with SysV */
7336 { "condreload", 2, VERB_ANY, VERB_NOCHROOT, start_unit }, /* For compatibility with ALTLinux */
7337 { "condrestart", 2, VERB_ANY, VERB_NOCHROOT, start_unit }, /* For compatibility with RH */
7338 { "isolate", 2, 2, VERB_NOCHROOT, start_unit },
7407 if (start_unit(0, NULL, NULL) >= 0)