We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This error is replicated in the Hermes environment using CentOS 8. This has also been a reported error with previous Node versions
Fix that was applied and works (for my environment).
Stop PM2
Edit file: /etc/systemd/system/pm2-root.service
Add new line: Environment=PM2_PID_FILE_PATH=/run/pm2.pid And replace: PIDFile=/root/.pm2/pm2.pid to: PIDFile=/run/pm2.pid restart PM2
Source: https://stackoverflow.com/questions/62814539/pm2-keeps-getting-killed-every-90-seconds-on-centos-8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This error is replicated in the Hermes environment using CentOS 8. This has also been a reported error with previous Node versions
Fix that was applied and works (for my environment).
Stop PM2
Edit file: /etc/systemd/system/pm2-root.service
Source: https://stackoverflow.com/questions/62814539/pm2-keeps-getting-killed-every-90-seconds-on-centos-8
The text was updated successfully, but these errors were encountered: