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
Calling pm2 startup generates the following command: sudo env PATH=$PATH:/..path_of_current_node.. /..path_of_current_pm2 startup systemd -u user --hp /home/user
pm2 startup
So if "path_of_current_node" is a special version (manually executed) it will not be used, if $PATH of user contains another version.
pm2 5.4.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's going wrong?
Calling
pm2 startup
generates the following command:sudo env PATH=$PATH:/..path_of_current_node.. /..path_of_current_pm2 startup systemd -u user --hp /home/user
So if "path_of_current_node" is a special version (manually executed) it will not be used, if $PATH of user contains another version.
How could we reproduce this issue?
pm2 startup
Supporting information
pm2 5.4.2
The text was updated successfully, but these errors were encountered: