blob: 0c22077933a1f7b919387b63f0f8eb53c0de7429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[supervisord]
nodaemon = true
[program:reporting_tornado]
user = root
directory = /home/opnfv/utils/test/reporting/api
command = python server.py --port=800%(process_num)d
process_name=%(program_name)s%(process_num)d
numprocs=4
numprocs_start=1
autorestart = true
[program:reporting_nginx]
user = root
command = service nginx restart
autorestart = true
|