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

Up kriss_feed (8.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 15 08:14:05 2017 +0200 (2017-06-15)
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 }