From a6fb43b576b94d6fd842f5c6dba443b39a5b3ac9 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 28 Sep 2017 16:42:36 +0200 Subject: Remove C++ simulator from docker setup --- build/supervisord.conf | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build') 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 -- cgit v1.2.3