mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 02:45:33 +08:00
11 lines
259 B
INI
11 lines
259 B
INI
[program:demo]
|
|
command=php /data/httpd/oms/app/taskmgr/sw.php worker:start -d
|
|
stdout_logfile=/proc/1/fd/1
|
|
redirect_stderr=true
|
|
process_name=%(program_name)s_%(process_num)02d
|
|
autostart=true
|
|
autorestart=true
|
|
numprocs=1
|
|
user=root
|
|
startsecs=3
|
|
startretries=100000 |