diff --git a/pandora_server/util/pandora_logrotate b/pandora_server/util/pandora_logrotate index 3ac2623122..08d999d556 100644 --- a/pandora_server/util/pandora_logrotate +++ b/pandora_server/util/pandora_logrotate @@ -55,5 +55,8 @@ rotate 1 maxage 30 notifempty + postrotate + /usr/local/bin/pandora_manage /etc/pandora/pandora_server.conf --start_snmptrapd > /dev/null 2>/dev/null || true copytruncate + endscript }