mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
systemd: tmpfiles.d in /run, not /var/run
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
c92d13b041
commit
ea91c4ef85
@ -1,2 +1,2 @@
|
||||
# create rgw socket directory
|
||||
d /var/run/ceph-rgw 0755 @user_rgw@ @group_rgw@ - -
|
||||
d /run/ceph-rgw 0755 @user_rgw@ @group_rgw@ - -
|
||||
|
@ -1 +1 @@
|
||||
d /var/run/ceph 0770 ceph ceph -
|
||||
d /run/ceph 0770 ceph ceph -
|
||||
|
Loading…
Reference in New Issue
Block a user