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

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
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 }