On Wed, 04.03.15 18:51, Alexander Larsson (al...@redhat.com) wrote:

> If i run a transient scope on the user systemd instance like:
> 
> $ systemd-run --user --scope true
> 
> Then the scope seems to live past the end of the process. Is there any
> way to make it automatically go away with the last process in the
> cgroup?

Well, yes, the idea is that that just works. However, this is kinda
broken if the systemd instance managing your scope is not PID 1, as we
don't get SIGCHLD then. 

Do you create any subcgroups? presumably not?

Normally it should just work then, but I must admit that --user scopes
got much less testing that system scopes...

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to