aboutsummaryrefslogtreecommitdiffstats
path: root/community/thttpd/thttpd.logrotated
blob: cbc559fb339439340ac1b0270f93d39cb4ac50d5 (plain)
1
2
3
4
5
6
/var/log/thttpd/*log {
	missingok
	postrotate
        /etc/init.d/thttpd restart >/dev/null
	endscript
}