aix-docker/php/php83/supervisord.d/default.conf.example
2023-11-30 16:01:04 +08:00

12 lines
333 B
Plaintext

[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