Files
pretix_original/deployment/docker/supervisord/pretixtask.conf
2020-12-14 13:10:44 +01:00

11 lines
227 B
Plaintext

[program:pretixtask]
command=/usr/local/bin/pretix taskworker
autostart=true
autorestart=true
priority=5
user=pretixuser
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0