]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd.logrotate
- update to r2392 (PRE-RELEASE: 1.4.21-r2392)
[packages/lighttpd.git] / lighttpd.logrotate
1 /var/log/lighttpd/*.log {
2         olddir /var/log/archive/lighttpd
3
4         create 644 lighttpd lighttpd
5
6         sharedscripts
7         postrotate
8                 /sbin/service lighttpd flush-logs > /dev/null
9         endscript
10 }
This page took 0.025362 seconds and 3 git commands to generate.