mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-08-05 11:45:51 +08:00
10 lines
215 B
INI
10 lines
215 B
INI
[program:websocket]
|
|
command=/data/httpd/artisan websocket:start
|
|
stdout_logfile=/data/httpd/storage/logs/supervisor-websocket.log
|
|
redirect_stderr=true
|
|
autostart=true
|
|
autorestart=true
|
|
numprocs=1
|
|
user=root
|
|
startsecs=3
|