]> git.pld-linux.org Git - packages/Zope.git/blob - Zope.logrotate
- rel 4
[packages/Zope.git] / Zope.logrotate
1 /var/log/zope/*/*.log {
2         su zope zope    
3         create 644 zope zope    
4         postrotate
5                 /sbin/service zope restart >/dev/null 2>&1
6         endscript
7 }
This page took 0.066715 seconds and 3 git commands to generate.