Home
last modified time | relevance | path

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

/systemd-251/src/activate/
Dactivate.c124 static int exec_process(const char *name, char **argv, int start_fd, size_t n_fds) { in exec_process() argument
147 …r = rearrange_stdio(start_fd, start_fd, STDERR_FILENO); /* invalidates start_fd on success + error… in exec_process()
152 if (start_fd != SD_LISTEN_FDS_START) { in exec_process()
155 if (dup2(start_fd, SD_LISTEN_FDS_START) < 0) in exec_process()
158 safe_close(start_fd); in exec_process()