mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
move to other root dir
This commit is contained in:
@@ -39,6 +39,10 @@ if [[ -v TEMPLATE_PERL_CONF ]] ; then
|
||||
done
|
||||
fi
|
||||
|
||||
if [[ -v PARSER_PROCESS_INTERVAL ]] ; then
|
||||
echo "${PARSER_PROCESS_INTERVAL} /usr/bin/dmarcts-report-parser.pl -i -d -r" > /etc/cron.d/root
|
||||
fi
|
||||
|
||||
# Start supervisord and services
|
||||
/usr/bin/supervisord -n -c /etc/supervisord.conf
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
*/5 * * * * /usr/bin/dmarcts-report-parser.pl -i -d -r
|
||||
@hourly /usr/bin/dmarcts-report-parser.pl -i -d -r
|
||||
|
||||
Reference in New Issue
Block a user