diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-27 18:47:17 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-28 02:08:40 +0100 |
commit | 814f000872fc2d254250831607bdca9b27e5705e (patch) | |
tree | 224a469a24e22c354d1fff561fcfa1d4002ee408 /tmpfiles.d/var.conf | |
parent | d7b8eec7dc7fe307d3a08b32cf1a9ad4276ce6d5 (diff) |
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.
Diffstat (limited to 'tmpfiles.d/var.conf')
-rw-r--r-- | tmpfiles.d/var.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/var.conf b/tmpfiles.d/var.conf index d9545fe85c..d0c759e0fc 100644 --- a/tmpfiles.d/var.conf +++ b/tmpfiles.d/var.conf @@ -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 - - - |