saleyn / erlexec

Execute and control OS processes from Erlang/OTP
https://hexdocs.pm/erlexec/readme.html
Other
527 stars 139 forks source link

Exec as different users #104

Closed liveforeverx closed 6 years ago

liveforeverx commented 6 years ago

If application needs to execute as UserA and as UserB, at the moment it is not possible.

Possible solution (which I can contribute to):

Refactor erlang application to allow starting multiple processes for different users, so that execution with different users is possible.

liveforeverx commented 6 years ago

Misread documentation.