Initial commit of the O1 simulator framework.
[sim/o1-interface.git] / ntsimulator / deploy / manager / supervisord.conf.manager
diff --git a/ntsimulator/deploy/manager/supervisord.conf.manager b/ntsimulator/deploy/manager/supervisord.conf.manager
new file mode 100644 (file)
index 0000000..127b6c4
--- /dev/null
@@ -0,0 +1,28 @@
+[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:ntsimulator-manager]
+command=/usr/local/bin/ntsimulator-manager
+autorestart=true
+redirect_stderr=true
+priority=4
\ No newline at end of file