X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fsupervisord.conf;fp=ntsimulator%2Fdeploy%2Fsupervisord.conf;h=0000000000000000000000000000000000000000;hb=f1d5c9198acde7a7ce296490087cad37e008f688;hp=b4a9098ac1e73266e916e9dc70ef692e80a820ff;hpb=f2d8f1002fa93848c80a88e5658db4816cba3020;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/supervisord.conf b/ntsimulator/deploy/supervisord.conf deleted file mode 100644 index b4a9098..0000000 --- a/ntsimulator/deploy/supervisord.conf +++ /dev/null @@ -1,58 +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-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:o-ran-notifications] -command=/usr/local/bin/o-ran-notifications -autorestart=true -redirect_stderr=true -priority=7 - -[program:ves-heartbeat] -command=/usr/local/bin/ves-heartbeat -autorestart=true -redirect_stderr=true -priority=8 \ No newline at end of file