]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd.logrotate
- proper symlink 4 icon this time (thx blues); rel 3
[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.024407 seconds and 3 git commands to generate.