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
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-01-25 17:42:59 +01:00
parent 78a92a5a23
commit e4ac004c12
1 changed files with 3 additions and 0 deletions

View File

@ -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-*