Files
pretix_original/deployment/docker/supervisord/pretixtask.conf
2021-02-09 18:16:35 +01:00

11 lines
223 B
Plaintext

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