summaryrefslogtreecommitdiff
path: root/build/supervisord.conf
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-06-30 14:40:18 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:43:48 +0200
commit8ede2b8597eb14c0567c2c3c0135593f7c557521 (patch)
treeb54bb8f8fc6ba93bda3e3f127191bde96450c0ec /build/supervisord.conf
parent4c8a21da65e9a02437c03dcdb8aab6b054b651b0 (diff)
Continue cleaning up
Diffstat (limited to 'build/supervisord.conf')
-rw-r--r--build/supervisord.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/supervisord.conf b/build/supervisord.conf
deleted file mode 100644
index 37b5cc16..00000000
--- a/build/supervisord.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-[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