summaryrefslogtreecommitdiff
path: root/build/supervisord.conf
blob: cfb671d6a17be5116d0990bdc2f302878e8fa673 (plain)
1
2
3
4
5
6
7
8
9
[supervisord]
nodaemon=true

[program:web-server]
command=/usr/bin/python2.7 /opendc/opendc-web-server/main.py /opendc/keys.json
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0