diff --git a/scripts/zmpkg.pl b/scripts/zmpkg.pl index fa0494e77..ee9091c1f 100644 --- a/scripts/zmpkg.pl +++ b/scripts/zmpkg.pl @@ -201,7 +201,7 @@ if ( $command =~ /^(?:start|restart)$/ ) runCommand( "zmdc.pl start zmfilter.pl" ); if ( ZM_RUN_AUDIT ) { - runCommand( "zmdc.pl start zmaudit.pl" ); + runCommand( "zmdc.pl start zmaudit.pl -c" ); } if ( ZM_OPT_TRIGGERS ) {