summaryrefslogtreecommitdiffstats
path: root/network/thttpd/thttpd.logrotate
blob: 3c1cf98bea7bb7ab328a94b62f4932ef803baedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/var/log/thttpd.log {
  daily
  rotate 5
  compress
  delaycompress
  missingok
  notifempty
  sharedscripts
  postrotate
    /etc/rc.d/rc.thttpd restart
  endscript
}