We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed3017 commit 0bc1e8bCopy full SHA for 0bc1e8b
system/supervisor/backend.conf
@@ -0,0 +1,8 @@
1
+[program:backend]
2
+directory="project directory"
3
+command=python_path base_folder_path
4
+autostart = true
5
+autorestart=true
6
+stderr_logfile=/var/log/test.err.log
7
+stdout_logfile=/var/log/test.err.log
8
+user=username
system/supervisor/frontend.MD
@@ -24,7 +24,7 @@ autorestart=true
24
stderr_logfile=/var/log/test.err.log
25
stdout_logfile=/var/log/test.out.log
26
```
27
-## Add Supervisor in Pyhton App [frontend](backend.conf)
+## Add Supervisor in Pyhton App [backend](backend.conf)
28
29
[program:backend]
30
directory="project directory"
0 commit comments