forked from CGM_Public/pretix_original
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
[program:pretixweb]
|
|
command=/usr/local/bin/pretix webworker
|
|
autostart=true
|
|
autorestart=true
|
|
priority=5
|
|
user=pretixuser
|
|
environment=HOME=/pretix
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/fd/2
|
|
stderr_logfile_maxbytes=0
|