summaryrefslogtreecommitdiff
path: root/build/supervisord.conf
blob: 534eda29cc17b95c93c78a08dc2f9a385be1c5b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[supervisord]
nodaemon=true

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

[program:simulator]
command=/bin/sh -c '/opendc/opendc-simulator/Simulator/simulator /data/database/opendc.db'
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0