summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/example/deployment/supervisor/supervisord.conf
blob: 76a664d91b12dead5d4fc196a62095172986fc17 (plain)
1
2
3
4
5
6
7
[supervisord]

[program:websockets-test]
command = python app.py
process_name = %(program_name)s_%(process_num)02d
numprocs = 4
autorestart = true