Searched refs:monitor_prefix (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | service.c | 1604 const char *monitor_prefix; in service_spawn_internal() local 1607 monitor_prefix = ""; in service_spawn_internal() 1610 monitor_prefix = "MONITOR_"; in service_spawn_internal() 1614 …if (asprintf(our_env + n_env++, "%sSERVICE_RESULT=%s", monitor_prefix, service_result_to_string(en… in service_spawn_internal() 1619 …if (asprintf(our_env + n_env++, "%sEXIT_CODE=%s", monitor_prefix, sigchld_code_to_string(env_sourc… in service_spawn_internal() 1623 …r = asprintf(our_env + n_env++, "%sEXIT_STATUS=%i", monitor_prefix, env_source->main_exec_status.s… in service_spawn_internal() 1625 …r = asprintf(our_env + n_env++, "%sEXIT_STATUS=%s", monitor_prefix, signal_to_string(env_source->m… in service_spawn_internal() 1634 … monitor_prefix, SD_ID128_FORMAT_VAL(UNIT(env_source)->invocation_id)); in service_spawn_internal() 1639 … if (asprintf(our_env + n_env++, "%sUNIT=%s", monitor_prefix, UNIT(env_source)->id) < 0) in service_spawn_internal()
|