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

/systemd/src/core/
H A Dservice.c1156 bool is_control,
1216 if (is_control ? s->notify_access == NOTIFY_ALL : s->notify_access != NOTIFY_NONE)
1264 if (is_control && UNIT(s)->cgroup_path) {
1148 service_spawn( Service *s, ExecCommand *c, usec_t timeout, bool pass_fds, bool apply_permissions, bool apply_chroot, bool apply_tty_stdin, bool is_control, pid_t *_pid) argument

Completed in 20 milliseconds