]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd.logrotate
- remove copytruncate (lighttpd can rotate logs very fine)
[packages/lighttpd.git] / lighttpd.logrotate
1 /var/log/lighttpd/*.log {
2         olddir /var/log/archiv/lighttpd
3
4         sharedscripts
5         postrotate
6                 /etc/rc.d/init.d/lighttpd reload > /dev/null
7         endscript
8 }
This page took 0.038755 seconds and 4 git commands to generate.