question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use the binary with PM2

See original GitHub issue

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 seems not working

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
RayPScommented, May 18, 2019

@xdarkzlightz Currently using exactly the same workaround, I’ll leave this issue open until it don’t need a workaround.

0reactions
sr229commented, Nov 7, 2019

Track it on GH-690 now. Closing this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found