bundlewrap/bundles/pretalx/files/cron-pretalx-administrators-from-group
Franzi 94cba4283b
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/pretalx: fixup cron
2021-10-15 20:10:46 +02:00

9 lines
377 B
Plaintext

# CAUTION! This file is managed with bundlewrap.
# Any manual edits will be lost!
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=${node.metadata.get('pretalx/mail_from')}
*/10 * * * * pretalx /opt/pretalx/venv/bin/python /opt/pretalx/pretalx-administrators-from-group ${node.metadata.get('pretalx/administrators-from-group-id')}