6
0
Fork 0
release
李静 2022-01-20 19:27:42 +08:00
parent 7164b2e311
commit 00501f43d5
1 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ stdout_logfile=/www/wwwroot/admin.zichunsheng.cn/current/storage/logs/dealer-ord
stopwaitsecs=300
# 【商城】关闭过期订单
[program:order-close-expired]
[program:zcs-order-close-expired]
process_name=%(program_name)s_%(process_num)02d
command=php /www/wwwroot/admin.zichunsheng.cn/current/artisan order:close-expired
autostart=true
@ -55,7 +55,7 @@ stdout_logfile=/www/wwwroot/admin.zichunsheng.cn/current/storage/logs/order-clos
stopwaitsecs=300
# 【商城】订单自动完成
[program:order-complete]
[program:zcs-order-complete]
process_name=%(program_name)s_%(process_num)02d
command=php /www/wwwroot/admin.zichunsheng.cn/current/artisan order:complete
autostart=true
@ -69,7 +69,7 @@ stdout_logfile=/www/wwwroot/admin.zichunsheng.cn/current/storage/logs/order-comp
stopwaitsecs=300
# 【商城】订单退款
[program:order-refund]
[program:zcs-order-refund]
process_name=%(program_name)s_%(process_num)02d
command=php /www/wwwroot/admin.zichunsheng.cn/current/artisan order:refund
autostart=true
@ -83,7 +83,7 @@ stdout_logfile=/www/wwwroot/admin.zichunsheng.cn/current/storage/logs/order-refu
stopwaitsecs=300
# 【商城】订单结算
[program:order-settle]
[program:zcs-order-settle]
process_name=%(program_name)s_%(process_num)02d
command=php /www/wwwroot/admin.zichunsheng.cn/current/artisan order:settle
autostart=true
@ -97,7 +97,7 @@ stdout_logfile=/www/wwwroot/admin.zichunsheng.cn/current/storage/logs/order-sett
stopwaitsecs=300
# 【商城】消息推送
[program:message-push]
[program:zcs-message-push]
process_name=%(program_name)s_%(process_num)02d
command=php /www/wwwroot/admin.zichunsheng.cn/current/artisan message:push
autostart=true