380ff787d9
[thomas.petazzoni@free-electrons.com: Fixup indentation of Config.in file. Add 'depends on BR2_PACKAGE_PYTHON' so that the package does not appear when the Python interpreter is not enabled. Add license files information, but not the license tag: the package includes software under multiple licenses.] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
439 B
Plaintext
19 lines
439 B
Plaintext
[unix_http_server]
|
|
file = /var/run/supervisor.sock
|
|
|
|
[supervisord]
|
|
logfile = /var/log/supervisor/supervisord.log
|
|
logfile_maxbytes = 200KB
|
|
logfile_backups = 1
|
|
pidfile = /var/run/supervisord.pid
|
|
childlogdir = /var/log/supervisor
|
|
|
|
[rpcinterface:supervisor]
|
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
|
|
[supervisorctl]
|
|
serverurl = unix:///var/run/supervisor.sock
|
|
|
|
[include]
|
|
files = /etc/supervisor.d/*.conf
|