Rewrite NTS Framework.
[sim/o1-interface.git] / ntsimulator / deploy / o-ran-sc / o-ran-ru / supervisord.conf
diff --git a/ntsimulator/deploy/o-ran-sc/o-ran-ru/supervisord.conf b/ntsimulator/deploy/o-ran-sc/o-ran-ru/supervisord.conf
deleted file mode 100644 (file)
index 05ab36d..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-[supervisord]
-nodaemon=true
-logfile=/var/log/supervisord.log
-loglevel=debug
-
-[program:sysrepod]
-command=/usr/local/bin/sysrepod -d
-autorestart=true
-redirect_stderr=true
-priority=1
-
-[program:sysrepo-plugind]
-command=/usr/local/bin/sysrepo-plugind -d
-autorestart=true
-redirect_stderr=true
-priority=2
-
-[program:netopeer2-server]
-command=/usr/local/bin/netopeer2-server -d
-autorestart=true
-redirect_stderr=true
-priority=3
-
-[program:enable-netconf-call-home]
-directory=/home/netconf/.ssh
-command=/home/netconf/.ssh/enable_netconf_call_home.sh
-startsecs=0
-autorestart=false
-redirect_stderr=false
-priority=4
-
-[program:enable-tls]
-directory=/home/netconf/.ssh
-command=/home/netconf/.ssh/enable_tls.sh
-startsecs=0
-autorestart=false
-redirect_stderr=false
-priority=5
-
-[program:set-nts-ip-script]
-directory=/home/netconf/.ssh
-command=/home/netconf/.ssh/set_NTS_IP.sh
-startsecs=0
-autorestart=false
-redirect_stderr=false
-priority=5
-
-[program:sysrepo-config-load]
-directory=/opt/dev/yang
-command=/opt/dev/yang/sysrepo-configuration-load.sh
-autorestart=false
-redirect_stderr=true
-startretries=1
-priority=6