mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-21 15:31:12 +08:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:web]
|
|
command=php /app/think run
|
|
autostart=true
|
|
autorestart=true
|
|
|
|
[program:check_tasks]
|
|
command=/app/scripts/run_tasks.sh
|
|
autostart=true
|
|
autorestart=true
|
|
startretries=99999 ; 设置为一个很大的值
|
|
startsecs=5 ; 启动后等待时间 |