xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/supervisord.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; supervisor config file
2
3[unix_http_server]
4file=/var/run/supervisor.sock   ; (the path to the socket file)
5chmod=0700                       ; sockef file mode (default 0700)
6
7[supervisord]
8logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log)
9pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
10childlogdir=/var/log/            ; ('AUTO' child log dir, default $TEMP)
11
12; the below section must remain in the config file for RPC
13; (supervisorctl/web interface) to work, additional interfaces may be
14; added by defining them in separate rpcinterface: sections
15[rpcinterface:supervisor]
16supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
17
18[supervisorctl]
19serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL  for a unix socket
20
21; The [include] section can just contain the "files" setting.  This
22; setting can list multiple files (separated by whitespace or
23; newlines).  It can also contain wildcards.  The filenames are
24; interpreted as relative to this file.  Included files *cannot*
25; include files themselves.
26
27[include]
28files = /etc/supervisor/conf.d/*.conf
29
30;[inet_http_server]
31;port=127.0.0.1:9001
32

served by {OpenGrok

Last Index Update: Sun Dec 07 07:10:44 UTC 2025