AppFlowy/frontend/appflowy_web_app/supervisord.conf
2024-06-30 15:52:13 +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