add
This commit is contained in:
parent
1550d770c6
commit
7fb8981cba
12
php/php81/supervisord.d/default.conf.example
Normal file
12
php/php81/supervisord.d/default.conf.example
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[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
|
||||||
Loading…
x
Reference in New Issue
Block a user