diff options
| author | Leon Overweel <l.overweel@gmail.com> | 2017-04-05 15:25:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-05 15:25:24 +0200 |
| commit | 1b04a13129ad7b26218d5b13d77056bda1db9878 (patch) | |
| tree | 884e9d55b6b919f1f41ce6166f6976b64a622067 /build/supervisord.conf | |
| parent | fdb5cd61e4114ab677e7dd611a2f5d636f11e71e (diff) | |
| parent | 044874053e06e9abf255bb4d0c547cfe31fcc21a (diff) | |
Merge pull request #10 from atlarge-research/simplify-frontend-build
Simplify frontend build
Diffstat (limited to 'build/supervisord.conf')
| -rw-r--r-- | build/supervisord.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/supervisord.conf b/build/supervisord.conf index 534eda29..05ceede2 100644 --- a/build/supervisord.conf +++ b/build/supervisord.conf @@ -2,7 +2,7 @@ nodaemon=true [program:web-server] -command=/usr/bin/python2.7 /opendc/opendc-web-server/main.py /opendc/build/keys.json +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 @@ -13,4 +13,4 @@ command=/bin/sh -c '/opendc/opendc-simulator/Simulator/simulator /data/database/ stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0
\ No newline at end of file +stderr_logfile_maxbytes=0 |
