X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fx-ran%2Fsupervisord.conf;h=cd7eb88cceef5d1be873d25322e3203f905f9fd7;hp=fbc35d5e43631967ad2f0cb7d5745301661ea7b9;hb=f1d5c9198acde7a7ce296490087cad37e008f688;hpb=f2d8f1002fa93848c80a88e5658db4816cba3020 diff --git a/ntsimulator/deploy/x-ran/supervisord.conf b/ntsimulator/deploy/x-ran/supervisord.conf index fbc35d5..cd7eb88 100644 --- a/ntsimulator/deploy/x-ran/supervisord.conf +++ b/ntsimulator/deploy/x-ran/supervisord.conf @@ -3,64 +3,20 @@ 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 +[program:netopeer2-server] +command=/usr/local/bin/netopeer2-server -d autorestart=true redirect_stderr=true priority=2 -[program:netopeer2-server] -command=/usr/local/bin/netopeer2-server -d +[program:sshd] +command=/usr/sbin/sshd -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 +[program:ntsim-ng] +command=/opt/dev/ntsim-ng/ntsim-ng -w /opt/dev/ntsim-ng -n -f 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 - -[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 +priority=4