summaryrefslogtreecommitdiff
path: root/testing/lighttpd/lighttpd.logrotate.d
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lighttpd/lighttpd.logrotate.d')
-rw-r--r--testing/lighttpd/lighttpd.logrotate.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/lighttpd/lighttpd.logrotate.d b/testing/lighttpd/lighttpd.logrotate.d
new file mode 100644
index 000000000..5be47b863
--- /dev/null
+++ b/testing/lighttpd/lighttpd.logrotate.d
@@ -0,0 +1,9 @@
+/var/log/lighttpd/*log {
+ missingok
+ copytruncate
+ notifempty
+ sharedscripts
+ postrotate
+ /etc/rc.d/lighttpd reload >/dev/null || true
+ endscript
+}