mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 21:20:28 +01:00
18 lines
716 B
Text
18 lines
716 B
Text
[supervisord]
|
|
logfile=/tmp/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
|
pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
|
|
nodaemon=false ; true to run in foreground
|
|
|
|
[unix_http_server]
|
|
file=/var/run/supervisor.sock ; (the path to the socket file)
|
|
chmod=0700 ; sockef file mode (default 0700)
|
|
|
|
[rpcinterface:supervisor]
|
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
|
|
[supervisorctl]
|
|
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
|
|
|
[include]
|
|
files = ./gitlab-ci/iopsys-supervisord.conf
|
|
|