Home
last modified time | relevance | path

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

/systemd-251/src/run/
Drun.c66 static char **arg_timer_property = NULL; variable
78 STATIC_DESTRUCTOR_REGISTER(arg_timer_property, strv_freep);
154 if (strv_consume(&arg_timer_property, p) < 0) in add_timer_property()
439 if (strv_extend(&arg_timer_property, optarg) < 0) in parse_argv()
612 if (arg_timer_property && !arg_with_timer) in parse_argv()
920 r = transient_unit_set_properties(m, UNIT_TIMER, arg_timer_property); in transient_timer_set_properties()