1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +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 edfff8a26a
commit f84d6048cf

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 -