tmpfiles.d: upgrade a couple of directories we create at boot to subvolumes

In particular we upgrade /var/lib/container, /var/tmp and /tmp to
subvolumes.
This commit is contained in:
Lennart Poettering 2014-12-27 18:47:17 +01:00
parent d7b8eec7dc
commit 814f000872
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
# See tmpfiles.d(5) for details
# Clear tmp directories separately, to make them easier to override
d /tmp 1777 root root 10d
d /var/tmp 1777 root root 30d
v /tmp 1777 root root 10d
v /var/tmp 1777 root root 30d
# Exclude namespace mountpoints created with PrivateTmp=yes
x /tmp/systemd-private-%b-*

View File

@ -18,6 +18,6 @@ f /var/log/btmp 0600 root utmp -
d /var/cache 0755 - - -
d /var/lib 0755 - - -
d /var/lib/container 0700 - - -
v /var/lib/container 0700 - - -
d /var/spool 0755 - - -