diff options
author | Sage Weil <sage@redhat.com> | 2015-04-24 02:12:34 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2015-08-27 02:34:14 +0200 |
commit | b8893f6b8a5b11d5bcc35b56986ea65b5e7ab81f (patch) | |
tree | a7316aa4184bdef68cf6240558b0817fce447efc /systemd | |
parent | systemd: run mon and mds as ceph:ceph (diff) | |
download | ceph-b8893f6b8a5b11d5bcc35b56986ea65b5e7ab81f.tar.xz ceph-b8893f6b8a5b11d5bcc35b56986ea65b5e7ab81f.zip |
systemd: chown ceph:ceph /var/run/ceph
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/ceph.tmpfiles.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/ceph.tmpfiles.d b/systemd/ceph.tmpfiles.d index 871de3392e8..d2a7aa1b513 100644 --- a/systemd/ceph.tmpfiles.d +++ b/systemd/ceph.tmpfiles.d @@ -1 +1 @@ -d /var/run/ceph 0755 root root - +d /var/run/ceph 0755 ceph ceph - |