salimma / rpms / ceph

Forked from rpms/ceph 2 years ago
Clone
David Nalley f6bd21a
--- ./src/logrotate.conf.new	2012-01-11 18:23:10.597593501 -0500
David Nalley f6bd21a
+++ ./src/logrotate.conf	2012-01-11 18:23:26.808390838 -0500
David Nalley f6bd21a
@@ -4,7 +4,7 @@
David Nalley d10f18b
     compress
David Nalley d10f18b
     sharedscripts
David Nalley d10f18b
     postrotate
David Nalley d10f18b
-        invoke-rc.d ceph reload >/dev/null || service ceph reload >/dev/null
David Nalley d10f18b
+        service ceph reload >/dev/null 2>/dev/null || true
David Nalley d10f18b
     endscript
David Nalley f6bd21a
     missingok
David Nalley d10f18b
 }