You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
518 B
17 lines
518 B
[unix_http_server]
|
|
file=/run/supervisord.sock ; (the path to the socket file)
|
|
|
|
[supervisord]
|
|
logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
|
loglevel=info ; (log level;default info; others: debug,warn,trace)
|
|
nodaemon=true
|
|
|
|
[rpcinterface:supervisor]
|
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
|
|
[supervisorctl]
|
|
serverurl=unix:///run/supervisord.sock ; use a unix:// URL for a unix socket
|
|
|
|
[include]
|
|
files = /etc/supervisor.d/*.ini
|
|
|
|
|