ossrs/srs

Can we make Srs start with a config user/group to start

Tiger1314 opened this issue · 4 comments

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

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.

  • need

Plan in SRS4.

Plan in SRS 6