wok view zoneminder/stuff/etc/logrotate.d/zoneminder @ rev 16493

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
parents
children
line source
1 /var/log/zm/*.log {
2 missingok
3 notifempty
4 sharedscripts
5 postrotate
6 /usr/bin/zmpkg.pl logrot 2>&1 /dev/null || true
7 endscript
8 }