summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-28 16:42:36 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-28 16:42:36 +0200
commita6fb43b576b94d6fd842f5c6dba443b39a5b3ac9 (patch)
tree620347ed4d5293148b936670b128180ddf9b45bc /build
parentad5ba1f4df8ed96c7569c60a5e52bf566dfcee88 (diff)
Remove C++ simulator from docker setup
Diffstat (limited to 'build')
-rw-r--r--build/supervisord.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/supervisord.conf b/build/supervisord.conf
index 05ceede2..37b5cc16 100644
--- a/build/supervisord.conf
+++ b/build/supervisord.conf
@@ -7,10 +7,3 @@ 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