diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-13 19:56:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-13 20:11:59 +0200 |
commit | 6d1d50f0811a8d80d010cce521570446245f47cc (patch) | |
tree | c6b56068945b06abdbc6273bb77fb329e1570797 /tmpfiles.d | |
parent | 5ae4d543cb9b45ad6c6b82b78da1d6abc2291cdb (diff) |
tmpfiles: always use relative symlinks from tmpfiles snippets
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/etc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/etc.conf b/tmpfiles.d/etc.conf index e8368f5dc6..37a2ef8c6d 100644 --- a/tmpfiles.d/etc.conf +++ b/tmpfiles.d/etc.conf @@ -9,4 +9,4 @@ L /etc/os-release - - - - ../usr/lib/os-release L /etc/localtime - - - - ../usr/share/zoneinfo/UTC -L /etc/mtab - - - - /proc/self/mounts +L /etc/mtab - - - - ../proc/self/mounts |