From: Zbigniew Jędrzejewski-Szmek Date: Fri, 25 Jan 2013 16:42:59 +0000 (+0100) Subject: tmpfiles: exclude /tmp/systemd-private-* from cleanup X-Git-Tag: v198~408 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e4ac004c12f9f45e8f2a222879dbf59a86dfcf7d tmpfiles: exclude /tmp/systemd-private-* from cleanup See http://thread.gmane.org/gmane.comp.sysutils.systemd.devel/6874/focus=6891 Should fix https://bugzilla.redhat.com/show_bug.cgi?id=866693 --- diff --git a/tmpfiles.d/tmp.conf b/tmpfiles.d/tmp.conf index 1284fc470..031770c04 100644 --- a/tmpfiles.d/tmp.conf +++ b/tmpfiles.d/tmp.conf @@ -10,3 +10,6 @@ # Clear tmp directories separately, to make them easier to override d /tmp 1777 root root 10d d /var/tmp 1777 root root 30d + +# Exclude namespace mountpoints created with PrivateTmp=yes +X /tmp/systemd-private-*