diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-11 09:20:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-11 09:20:17 +0200 |
commit | 1ebab2103d8f82822318e708363c0cc2b930289e (patch) | |
tree | 3f87331ee285a18d137e128326217fafaa91a9ad /tmpfiles.d | |
parent | 9855d6c7a161a80084cf94faa42333c48cbeac56 (diff) | |
download | systemd-1ebab2103d8f82822318e708363c0cc2b930289e.tar.gz |
tmpfiles: if /var is mounted from tmpfs, we should adjust its access mode
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/var.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpfiles.d/var.conf b/tmpfiles.d/var.conf index 10d2e4965d..45822e4a10 100644 --- a/tmpfiles.d/var.conf +++ b/tmpfiles.d/var.conf @@ -7,6 +7,8 @@ # See tmpfiles.d(5) for details +d /var 0755 - - - + L /var/run - - - - ../run d /var/log 0755 - - - |