mirror of
https://github.com/pretix/pretix.git
synced 2026-01-27 01:02:28 +00:00
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
[unix_http_server]
|
|
file=/tmp/supervisor.sock
|
|
|
|
[supervisord]
|
|
environment = AUTOMIGRATE="skip"
|
|
logfile=/dev/stdout
|
|
logfile_maxbytes=0
|
|
loglevel=info
|
|
pidfile=/tmp/supervisord.pid
|
|
nodaemon=false
|
|
minfds=1024
|
|
minprocs=200
|
|
|
|
[rpcinterface:supervisor]
|
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
|
|
[supervisorctl]
|
|
serverurl=unix:///tmp/supervisor.sock
|