[supervisord] nodaemon=true [unix_http_server] file=/var/run/supervisor.sock chmod=0700 chown=root:root [supervisorctl] serverurl=unix:///var/run/supervisor.sock [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [program:ollama] command=ollama serve environment=OLLAMA_HOST="0.0.0.0:11434" user=root autostart=true autorestart=true [program:gost] command=gost -C gost.json autostart=true autorestart=true