AppFlowy/frontend/appflowy_web_app/deploy/supervisord.conf

10 lines
172 B
Plaintext
Raw Normal View History

2024-07-10 13:31:10 +00:00
[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