]> git.pld-linux.org Git - packages/Zope3.git/blob - Zope3.logrotate
- meta doesn't always exist
[packages/Zope3.git] / Zope3.logrotate
1 /var/log/zope3/*/*.log {
2         create 644 zope zope    
3         postrotate
4                 /etc/rc.d/init.d/zope3 restart >/dev/null 2>&1
5         endscript
6 }
This page took 0.114964 seconds and 3 git commands to generate.