# WARNING : don't use * wildcard as extension # (glob in logrotate will try to rotate all files instead of # only the basenames of the logs, i.e. it will rotate # already rotated files and recompress them, taking # exponential time...) /var/log/ulogd.pktlog /var/log/ulogd.log /var/log/ulogd.syslogemu /var/log/ipkungfu sharedscripts rotate 5 weekly postrotate /usr/bin/killall -HUP ulogd # endscript }