mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
10 lines
178 B
Plaintext
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
|