AppFlowy/frontend/appflowy_web_app/supervisord.conf
2024-06-30 15:45:01 +08:00

10 lines
178 B
Plaintext

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