Create supervisord.conf
Browse files- supervisord.conf +8 -0
supervisord.conf
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[supervisord]
|
2 |
+
nodaemon=true
|
3 |
+
|
4 |
+
[program:nginx]
|
5 |
+
command=/usr/sbin/nginx -g 'daemon off;'
|
6 |
+
|
7 |
+
[program:mirror_server]
|
8 |
+
command=xvfb-run /app/YourUnityServer.x86_64 -nographics -batchmode -port 7777
|