diff options
Diffstat (limited to 'utils/test/reporting/docker/supervisor.conf')
-rw-r--r-- | utils/test/reporting/docker/supervisor.conf | 6 |
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 |