Can we make Srs start with a config user/group to start
Tiger1314 opened this issue · 4 comments
Tiger1314 commented
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
winlinvip commented
There is a workaroud, you can use a specific user to run SRS:
sudo su nobody -c /etc/init.d/srs start
SRS3 may support this feature, for security reason.
thegobot commented
- need
winlinvip commented
Plan in SRS4.
winlinvip commented
Plan in SRS 6