]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd.logrotate
- up to 1.4.2
[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 reload > /dev/null
9         endscript
10 }
This page took 0.025859 seconds and 3 git commands to generate.