You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options -u / --uid and -g / --gid to set user and group id of the spawned command would be nice. Should accept user/group names as well as numeric ids.
The text was updated successfully, but these errors were encountered:
The difference is that procServ itself is then running as that user, so the IOC itself or another process started by it could interfere with procServ. You could run just the ioc under runuser though with procServ ... -- runuser -u ioc ...
True, it's not exactly the same thing. OTOH, running procServ as root isn't ideal either. And I like it when the log files and the communication sockets belong to the same user that runs the IOC. YMMV.
Options -u / --uid and -g / --gid to set user and group id of the spawned command would be nice. Should accept user/group names as well as numeric ids.
The text was updated successfully, but these errors were encountered: