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

/systemd/src/core/
H A Dmain.c111 static usec_t arg_default_timeout_stop_usec = DEFAULT_TIMEOUT_USEC; variable
668 { "Manager", "DefaultTimeoutStopSec", config_parse_sec, 0, &arg_default_timeout_stop_usec },
713 if (arg_default_timeout_stop_usec <= 0)
714 arg_default_timeout_stop_usec = USEC_INFINITY;
727 m->default_timeout_stop_usec = arg_default_timeout_stop_usec;

Completed in 17 milliseconds