diff options
Diffstat (limited to '')
-rw-r--r-- | share/logrotate/ceph-log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/logrotate/ceph-log b/share/logrotate/ceph-log index cdf8bc7..7bcaf3f 100644 --- a/share/logrotate/ceph-log +++ b/share/logrotate/ceph-log @@ -7,7 +7,7 @@ missingok daily notifempty - rotate 365 + rotate 9999 prerotate service ceph-log stop > /dev/null 2>&1 endscript |