feat: Initial commit
This commit is contained in:
commit
17973e866b
44 changed files with 1444 additions and 0 deletions
7
docker/pretix/files/supervisord/crond.conf
Normal file
7
docker/pretix/files/supervisord/crond.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[program:crond]
|
||||
command = %(ENV_IMAGE_CRON_DIR)s/cron.py --crontab /tmp/crontab --loglevel INFO --logfile /var/log/crond.log
|
||||
autostart = true
|
||||
redirect_stderr = true
|
||||
stdout_logfile = /var/log/crond.log
|
||||
stdout_logfile_maxbytes = 1MB
|
||||
stdout_logfile_backups = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue