aix-docker/php/php73/supervisord.d/default.conf.example

12 lines
333 B
Plaintext
Raw Normal View History

2023-11-27 15:47:32 +08:00
[program:horizon]
directory=/data/wwwroot/la_GatewayAdmin
command=php artisan horizon
process_name=horizon
autostart=true
startsecs=10
startretries=3
autorestart=true
stopasgroup=true
killasgroup=true
redirect_stderr=true
stdout_logfile=/tmp/supervisor_horizon.log