How to use the binary with PM2
See original GitHub issueI want to run code-server as a system service so I was using PM2 to keep the process stay alive.
pm2 start code-server
seems not working
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Can PM2 be used with compiled c programs - Stack Overflow
In order to run an precompiled executable file or binary, you need to add "exec_interpreter": "none" and "exec_mode" : "fork_mode" in your JSON...
Read more >How to use the binary with PM2 · Issue #660 · coder/code-server
I want to run code-server as a system service so I was using PM2 to keep the process stay alive. pm2 start code-server...
Read more >Quick Start - PM2
Start an app. The simplest way to start, daemonize and monitor your application is by using this command line: $ pm2 start app ......
Read more >A Complete Guide to Node.js Process Management with PM2
When deploying an application to production, you can use the pm2 binary to start it in the background. It launches a daemon that...
Read more >Transpilers | Integration | PM2 Documentation
This tutorial will show you how to use pm2 with transpilers. ... npm install -g babel-cli ## Start pm2 with the Babel CLI...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@xdarkzlightz Currently using exactly the same workaround, I’ll leave this issue open until it don’t need a workaround.
Track it on GH-690 now. Closing this.