system-config/docker/hound/supervisord.conf
Ian Wienand 58edcbb3df Build houndd Directly
The UI bits for hound isn't rebuild properly upstream, causing some
overlay issues with advance option. In this patch, we build the houndd
from scratch to fix this issue.

Ian filed a PR upstream at
https://github.com/hound-search/hound/pull/456

Change-Id: Ia00dee2035b9785bd911c3724b0249cefbed3f57
2023-04-21 23:03:30 +09:00

20 lines
416 B
Plaintext

[supervisord]
nodaemon = true
[supervisorctl]
[inet_http_server]
port = 127.0.0.1:9001
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[program:houndd]
directory=/var/run
command=/usr/local/bin/houndd -conf /var/run/config.json
logfile_maxbytes=0
stdout_logfile_maxbytes=0
stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stdout