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

/systemd/src/run/
H A Drun.c68 static char **arg_timer_property = NULL; variable
355 if (strv_extend(&arg_timer_property, optarg) < 0)
406 if (arg_timer_property && !with_timer()) {
636 r = transient_unit_set_properties(m, arg_timer_property);
1255 strv_free(arg_timer_property);

Completed in 559 milliseconds