Rewrite NTS Framework.
[sim/o1-interface.git] / ntsimulator / deploy / nts-manager / supervisord.conf
index 127b6c4..9e0ca99 100644 (file)
@@ -3,26 +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:ntsimulator-manager]
-command=/usr/local/bin/ntsimulator-manager
-autorestart=true
+[program:ntsim-ng]
+command=/opt/dev/ntsim-ng/ntsim-ng -w /opt/dev/ntsim-ng -n -m
+autorestart=false
 redirect_stderr=true
-priority=4
\ No newline at end of file
+priority=4