aboutsummaryrefslogtreecommitdiffstats
path: root/community/thttpd/thttpd.logrotated
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:41:09 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:41:09 +0000
commitf90c15a50a5cefedf36bd7c043d5069b3652c092 (patch)
treed497bdbbaffcb5c6187e79913f7a95808676ada8 /community/thttpd/thttpd.logrotated
parent53a4f790089c6699afc42a41e31ea685f1699b18 (diff)
community/thttpd: moved from testing
Diffstat (limited to 'community/thttpd/thttpd.logrotated')
-rw-r--r--community/thttpd/thttpd.logrotated6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/thttpd/thttpd.logrotated b/community/thttpd/thttpd.logrotated
new file mode 100644
index 00000000000..cbc559fb339
--- /dev/null
+++ b/community/thttpd/thttpd.logrotated
@@ -0,0 +1,6 @@
+/var/log/thttpd/*log {
+ missingok
+ postrotate
+ /etc/init.d/thttpd restart >/dev/null
+ endscript
+}