diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-11 00:12:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-11 00:12:21 +0200 |
commit | 9339db7187c61eb7ae7e6ffcddb2b2f2686954eb (patch) | |
tree | 0e2e548e623af78908ec86ed70a8e0d375d9a873 /tmpfiles.d/legacy.conf | |
parent | 61147436a37ecf523cf3a08f10d139371a4a55ad (diff) |
tmpfiles: always recreate the most basic directory structure in /var
Let's allow booting up with /var empty. Only create the most basic
directories to get to a working directory structure and symlink set in
/var.
Diffstat (limited to 'tmpfiles.d/legacy.conf')
-rw-r--r-- | tmpfiles.d/legacy.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpfiles.d/legacy.conf b/tmpfiles.d/legacy.conf index a1656873da..32196723f9 100644 --- a/tmpfiles.d/legacy.conf +++ b/tmpfiles.d/legacy.conf @@ -11,6 +11,7 @@ # systems. d /run/lock 0755 root root - +L /var/lock - - - - ../run/lock # /run/lock/subsys is used for serializing SysV service execution, and # hence without use on SysV-less systems. |