# # Logrotate script for handling Mathopd HTTP daemon logs. # /var/log/mathopd/errorlog /var/log/mathopd/childlog { sharedscripts size 300k rotate 7 missingok compress postrotate /sbin/service mathopd condreload 2>/dev/null || true endscript } # fixme/TODO: cleanup old logs # ---------------------------- # /var/log/mathopd/log.* { # daily # missingok # compress # delaycompress # } ## EOF ##