X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fx-ran%2Fsupervisord.conf;fp=ntsimulator%2Fdeploy%2Fx-ran%2Fsupervisord.conf;h=3b37a899baf99602e59bf3e1f3954bc9b54fd7d5;hb=1f1479ff8ce3a268acb7b70a32bb789d859a915b;hp=0000000000000000000000000000000000000000;hpb=34ec819462d5f81ceeb723e47467bf50a8454f34;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/x-ran/supervisord.conf b/ntsimulator/deploy/x-ran/supervisord.conf new file mode 100644 index 0000000..3b37a89 --- /dev/null +++ b/ntsimulator/deploy/x-ran/supervisord.conf @@ -0,0 +1,58 @@ +[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-ssh] +directory=/home/netconf/.ssh +command=/home/netconf/.ssh/enable_ssh_key.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:sysrepo-config-load] +directory=/opt/dev/yang +command=/opt/dev/yang/sysrepo-configuration-load.sh +autorestart=false +redirect_stderr=true +startretries=1 +priority=6 + +[program:ves-heartbeat] +command=/usr/local/bin/ves-heartbeat +autorestart=true +redirect_stderr=true +priority=7 + +[program:software-management] +command=/usr/local/bin/software-management +autorestart=true +redirect_stderr=true +priority=8 \ No newline at end of file