13 lines
456 B
Plaintext
13 lines
456 B
Plaintext
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:openrec_source]
|
||
|
directory = /home/eson/test/intimate/bin/openrec_task2/
|
||
|
command= /home/eson/test/intimate/bin/openrec_task2/openrec_task2
|
||
|
process_name=%(program_name)s_%(process_num)02d ;多进程名称
|
||
|
numprocs=4 ;启动多个进程
|
||
|
autorestart=true
|
||
|
stderr_logfile=/home/eson/test/intimate/bin/openrec_task2/log
|
||
|
stderr_logfile_maxbytes=0
|
||
|
stopsignal=QUIT
|