mirror of
https://github.com/pretix/pretix.git
synced 2026-01-06 21:42:27 +00:00
11 lines
223 B
Plaintext
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
|