From: Sage Weil Date: Tue, 8 Sep 2015 17:50:31 +0000 (-0400) Subject: systemd: tmpfiles.d in /run, not /var/run X-Git-Tag: v9.1.0~155^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ea91c4ef8558a0ad914d75ed7e3679b6c6767c89;p=ceph.git systemd: tmpfiles.d in /run, not /var/run Signed-off-by: Sage Weil --- diff --git a/systemd/ceph-rgw.tmpfiles.d.in b/systemd/ceph-rgw.tmpfiles.d.in index 7cffe65a2b68..9986b0094917 100644 --- a/systemd/ceph-rgw.tmpfiles.d.in +++ b/systemd/ceph-rgw.tmpfiles.d.in @@ -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@ - - diff --git a/systemd/ceph.tmpfiles.d b/systemd/ceph.tmpfiles.d index f068e268a133..2ded82f5f659 100644 --- a/systemd/ceph.tmpfiles.d +++ b/systemd/ceph.tmpfiles.d @@ -1 +1 @@ -d /var/run/ceph 0770 ceph ceph - +d /run/ceph 0770 ceph ceph -