intimate/supervisor_conf/twitch_task2.conf

14 lines
477 B
Plaintext
Raw Normal View History

2020-08-17 06:50:19 +00:00
[supervisord]
nodaemon=false
[program:twitch_task2]
environment=DISPLAY=":99"
directory = /home/eson/test/intimate/bin/twitch_task2
command= /home/eson/test/intimate/bin/twitch_task2/twitch_task2
process_name=%(program_name)s_%(process_num)02d ;多进程名称
numprocs=6 ;启动多个进程
autorestart=true
stderr_logfile=/home/eson/test/intimate/bin/twitch_task2/log
stderr_logfile_maxbytes=0
stopsignal=QUIT