Update supervisord.conf
Browse files- supervisord.conf +4 -4
supervisord.conf
CHANGED
@@ -20,10 +20,10 @@ autorestart=true
|
|
20 |
command=/app/filebrowser.sh
|
21 |
autorestart=true
|
22 |
|
23 |
-
[program:
|
24 |
-
command=/app/
|
25 |
autorestart=true
|
26 |
|
27 |
-
[program:
|
28 |
-
command=/app/
|
29 |
autorestart=true
|
|
|
20 |
command=/app/filebrowser.sh
|
21 |
autorestart=true
|
22 |
|
23 |
+
[program:yta_bae]
|
24 |
+
command=/app/bae.sh
|
25 |
autorestart=true
|
26 |
|
27 |
+
[program:yta_fauna]
|
28 |
+
command=/app/fauna.sh
|
29 |
autorestart=true
|