; supervisord config for vibn-dev. Currently a no-op — the container ; runs `tail -f /dev/null` as PID 1 (via tini) and dev servers are ; launched ad-hoc through `docker exec` + nohup once dev_server.start ; ships in week 2. Reserved here so the conf path exists. [supervisord] nodaemon=true user=vibn logfile=/var/log/vibn-dev/supervisord.log pidfile=/tmp/supervisord.pid