]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd.logrotate
- use flush-logs action
[packages/lighttpd.git] / lighttpd.logrotate
1 /var/log/lighttpd/*.log {
2         olddir /var/log/archiv/lighttpd
3
4         create 644 lighttpd lighttpd
5
6         sharedscripts
7         postrotate
8                 /etc/rc.d/init.d/lighttpd flush-logs > /dev/null
9         endscript
10 }
This page took 0.056313 seconds and 4 git commands to generate.