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