-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Can we make Srs start with a config user/group to start #1111
Copy link
Copy link
Closed
Labels
EnglishNativeThis issue is conveyed exclusively in English.This issue is conveyed exclusively in English.EnhancementImprovement or enhancement.Improvement or enhancement.FeatureIt's a new feature.It's a new feature.good first issueEasy to fix issues, good for newcomersEasy to fix issues, good for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
EnglishNativeThis issue is conveyed exclusively in English.This issue is conveyed exclusively in English.EnhancementImprovement or enhancement.Improvement or enhancement.FeatureIt's a new feature.It's a new feature.good first issueEasy to fix issues, good for newcomersEasy to fix issues, good for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
As we know Nginx sub process can be config with defined user, like below
example:
user nobody nobody;
worker_processes auto;
so we want the SRS also have the ability to do that to help us easy depoy same process in the same VM or container