-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
Cannot run pm2 as another user #4262
Comments
3.1 is the latest working minor version working to me. Later versions are broken. UPD: bisected and found breaking commit: ccb35ef |
This was referenced May 6, 2019
Hi, interested by this! Does it also fix #2957 i.e. does it include all group ids to processes? |
inerc
pushed a commit
to inerc/pm2
that referenced
this issue
Feb 11, 2020
inerc
pushed a commit
to inerc/pm2
that referenced
this issue
Feb 11, 2020
Fix: Allow usernames in uid/gid/user again (fixes Unitech#4058, Unitech#4262)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The same question was dicussed here #2033 and here #4058 , still problem exists in latest release 3.5.0:
Defining --uid gives
must be an integer
errorAdding
"user": "existing_username"
to ecosystem config file, does not change anything, it still runs under root.The text was updated successfully, but these errors were encountered: