diff options
Diffstat (limited to 'debian/ctdb.logrotate')
-rw-r--r-- | debian/ctdb.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/ctdb.logrotate b/debian/ctdb.logrotate new file mode 100644 index 0000000..c1bf28a --- /dev/null +++ b/debian/ctdb.logrotate @@ -0,0 +1,9 @@ +/var/log/ctdb/log.ctdb { + weekly + missingok + rotate 7 + copytruncate + compress + delaycompress + notifempty +} |