move to other root dir

This commit is contained in:
Robert Schumann
2018-03-31 22:42:24 +02:00
parent 129ee4bd9a
commit 913420af75
5 changed files with 38 additions and 7 deletions

View File

@@ -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

View File

@@ -1 +1 @@
*/5 * * * * /usr/bin/dmarcts-report-parser.pl -i -d -r
@hourly /usr/bin/dmarcts-report-parser.pl -i -d -r