1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Use 'd' instead of 'D' in tmpfiles configuration to not overwrite any existing directory.

...that happens when systemd creates it first (e.g. based on a .socket unit)
before the tmpfiles.d content is executed.
This commit is contained in:
Peter Rajnoha 2012-02-23 14:24:30 +00:00
parent af8b3ace37
commit 9d206272a5

View File

@ -1,2 +1,2 @@
D @DEFAULT_LOCK_DIR@ 0700 root root -
D @DEFAULT_RUN_DIR@ 0700 root root -
d @DEFAULT_LOCK_DIR@ 0700 root root -
d @DEFAULT_RUN_DIR@ 0700 root root -