Project

General

Profile

Bug #5177 » logrotate_conf.patch

Denis kaganovich, 05/27/2013 08:28 AM

View differences:

src/logrotate.conf 2013-05-27 18:21:28.846942312 +0300 → src/logrotate.conf 2013-05-27 18:21:33.816815565 +0300
compress
sharedscripts
postrotate
if which /etc/init.d/ceph reload >/dev/null
if which /etc/init.d/ceph >/dev/null
/etc/init.d/ceph reload >/dev/null
elif which service > /dev/null 2>&1 && [ -x `which service` ]; then
service ceph reload >/dev/null
    (1-1/1)