AppFlowy/frontend/appflowy_web_app/deploy/supervisord.conf
2024-07-10 21:31:10 +08:00

10 lines
172 B
Plaintext

[supervisord]
nodaemon=true
[program:bun]
command=sh /app/start.sh
autostart=true
autorestart=true
stderr_logfile=/var/log/bun.err.log
stdout_logfile=/var/log/bun.out.log