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 ee92c47 commit 2a60dfaCopy full SHA for 2a60dfa
README.md
@@ -58,6 +58,9 @@
58
- [Create a Host](../../../create-a-host)
59
## Go Lang
60
- [Set Go Path](go/go-path-set.go)
61
+## System
62
+- [Supervisor for Frontend React](system/supervisor/frontend.conf)
63
+
64
## Other
65
- [Install Protobuf 3 on Ubuntu](https://gist.github.com/mrxmamun/c3afc8e9318135d5f79177ff528655a4)
66
system/supervisor/frontend.conf
@@ -0,0 +1,6 @@
1
+[program:test]
2
+directory="project directory"
3
+command=npm start
4
+autorestart=true
5
+stderr_logfile=/var/log/test.err.log
6
+stdout_logfile=/var/log/test.out.log
0 commit comments