On Wed, Apr 25, 2012 at 9:34 AM, Colin Guthrie <[email protected]> wrote: > Is there any defined strategy for tidying up the > /tmp/systemd-namespace-* folders (other than /tmp on tmpfs)? > > Nothing seems to be shipped by default in the tmpfiles.d stuff and it > should really be on service stop that this is cleanup up anyway I believe.
IIUC, currently a new namespace is set up before each Exec* and never destroyed. I did some work (but did not finish testing it) on refactoring the namespace stuff so that a namespace is set up before ExecStartPre, then used by all the Exec*s of the service and finally destroyed after ExecStopPost. I think this is the right way to go, but sadly have not had time to finish it up. Cheers, Tom _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
