Searched refs:arg_unit (Results 1 - 1 of 1) sorted by relevance

/systemd/src/run/
H A Drun.c47 static const char *arg_unit = NULL; variable
218 arg_unit = optarg;
371 if ((optind >= argc) && (!arg_unit || !with_timer())) {
801 if (arg_unit) {
802 r = unit_name_mangle_with_suffix(arg_unit, UNIT_NAME_NOGLOB, ".service", &service);
923 if (arg_unit) {
924 r = unit_name_mangle_with_suffix(arg_unit, UNIT_NAME_NOGLOB, ".scope", &scope);
1066 if (arg_unit) {
1067 switch (unit_name_to_type(arg_unit)) {
1070 service = strdup(arg_unit);
[all...]

Completed in 3015 milliseconds