14 lines
418 B
Plaintext
14 lines
418 B
Plaintext
|
[supervisord]
|
||
|
nodaemon=false
|
||
|
|
||
|
[program:nimo_task1]
|
||
|
environment=DISPLAY=":99"
|
||
|
directory = MYPATH/bin/nimo_task1/
|
||
|
command= MYPATH/bin/nimo_task1/nimo_task1
|
||
|
# process_name=%(program_name)s_%(process_num)02d ;多进程名称
|
||
|
# numprocs=1 ;启动多个进程
|
||
|
autorestart=true
|
||
|
stderr_logfile=MYPATH/bin/nimo_task1/log
|
||
|
stderr_logfile_maxbytes=0
|
||
|
stopsignal=QUIT
|