aboutsummaryrefslogtreecommitdiffstats
path: root/testing/thttpd/thttpd.logrotated
diff options
context:
space:
mode:
Diffstat (limited to 'testing/thttpd/thttpd.logrotated')
-rw-r--r--testing/thttpd/thttpd.logrotated6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/thttpd/thttpd.logrotated b/testing/thttpd/thttpd.logrotated
new file mode 100644
index 0000000000..cbc559fb33
--- /dev/null
+++ b/testing/thttpd/thttpd.logrotated
@@ -0,0 +1,6 @@
+/var/log/thttpd/*log {
+ missingok
+ postrotate
+ /etc/init.d/thttpd restart >/dev/null
+ endscript
+}