Searched refs:supervisor (Results 1 – 3 of 3) sorted by relevance
184 const char *supervisor; in create_subcgroup() local186 supervisor = strjoina(cgroup, "/supervisor"); in create_subcgroup()187 r = cg_create_and_attach(SYSTEMD_CGROUP_CONTROLLER, supervisor, 0); in create_subcgroup()189 return log_error_errno(r, "Failed to create %s subcgroup: %m", supervisor); in create_subcgroup()
438 one cgroup maybe called `supervisor/` where your manager runs in and then
1761 * when main nspawn supervisor process gets suspended due to SIGSTOP/SIGTTOU or