chiark / gitweb /
exec: optionally apply cgroup attributes to the cgroups we create
[elogind.git] / src / service.c
index 0464d1e48760a307da4929db16b16a31ba27997c..f5ad509dae97ae558d49f9b4e0dbbd853fbe1cc6 100644 (file)
@@ -1728,6 +1728,7 @@ static int service_spawn(
                        apply_tty_stdin,
                        s->meta.manager->confirm_spawn,
                        s->meta.cgroup_bondings,
+                       s->meta.cgroup_attributes,
                        &pid);
 
         if (r < 0)