summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/docker/supervisor.conf
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/reporting/docker/supervisor.conf')
-rw-r--r--utils/test/reporting/docker/supervisor.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/test/reporting/docker/supervisor.conf b/utils/test/reporting/docker/supervisor.conf
index 0c2207793..1e0eed9c8 100644
--- a/utils/test/reporting/docker/supervisor.conf
+++ b/utils/test/reporting/docker/supervisor.conf
@@ -14,3 +14,9 @@ autorestart = true
user = root
command = service nginx restart
autorestart = true
+
+[program:reporting_angular]
+user = root
+directory = /home/opnfv/utils/test/reporting/pages
+command = bash angular.sh
+autorestart = true