summaryrefslogtreecommitdiff
path: root/build/supervisord.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build/supervisord.conf')
-rw-r--r--build/supervisord.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/supervisord.conf b/build/supervisord.conf
index 37b5cc16..ff4556a4 100644
--- a/build/supervisord.conf
+++ b/build/supervisord.conf
@@ -7,3 +7,12 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
+
+[program:simulator]
+directory=/opendc/opendc-simulator/opendc-integration-jpa
+command=/opendc/opendc-simulator/gradlew run
+stdout_logfile=/dev/stdout
+stdout_logfile_maxbytes=0
+stderr_logfile=/dev/stderr
+stderr_logfile_maxbytes=0
+