mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
Merge pull request #3953 from wuxingyi/patch-2
rgw/logrotate.conf: Rename service name Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
commit
641c472759
@ -7,7 +7,7 @@
|
||||
if which invoke-rc.d > /dev/null 2>&1 && [ -x `which invoke-rc.d` ]; then
|
||||
invoke-rc.d radosgw reload >/dev/null
|
||||
elif which service > /dev/null 2>&1 && [ -x `which service` ]; then
|
||||
service radosgw reload >/dev/null
|
||||
service ceph-radosgw reload >/dev/null
|
||||
fi
|
||||
# Possibly reload twice, but depending on ceph.conf the reload above may be a no-op
|
||||
if which initctl > /dev/null 2>&1 && [ -x `which initctl` ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user