base-model-explorer / supervisord.conf
derek-thomas's picture
derek-thomas HF staff
Trying a new approach without neodash
f0f1d27
raw history blame
No virus
578 Bytes
[supervisord]
nodaemon=true
; Disable the inet HTTP server
http_port=disable
[program:neo4j]
command=neo4j console
autorestart=true
; [program:neodash]
; command=yarn run dev
; directory=/app/neodash
; autorestart=true
[program:neo4j_init]
command=/app/init_neo4j.sh
autorestart=false
startsecs=0
startretries=1
priority=2
stdout_events_enabled = true
stderr_events_enabled = true
[eventlistener:stdout]
command = supervisor_stdout
environment=PATH="/home/user/.local/bin:%(ENV_PATH)s"
buffer_size = 100
events = PROCESS_LOG
result_handler = supervisor_stdout:event_handler