summaryrefslogtreecommitdiff
path: root/core/build/supervisord.conf
blob: 37b5cc16a0a8ce9dd4688487b9a228a4bdaedcfb (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