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