summaryrefslogtreecommitdiffstats
path: root/zope/F-13/zope.logrotate.cron.in
diff options
context:
space:
mode:
Diffstat (limited to 'zope/F-13/zope.logrotate.cron.in')
-rw-r--r--zope/F-13/zope.logrotate.cron.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/zope/F-13/zope.logrotate.cron.in b/zope/F-13/zope.logrotate.cron.in
new file mode 100644
index 0000000..b5ae585
--- /dev/null
+++ b/zope/F-13/zope.logrotate.cron.in
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+. <<SYSCONFDIR>>/sysconfig/zope
+for instance in $ZOPE_INSTANCES; do
+ logrotate $instance/etc/logrotate.conf
+done