unit
unit copied to clipboard
feature request: allow setting uid/gid instead of user/group
When using isolation (and also otherwise) it is lots of times better to set uid/gid than depend on getpwnam and resolving.
suggestion is either to introduce uid/gid parameters and/or if user/group is numeric, it must be uid/gid, not username
Thanks. I like the idea of interpreting pure numeric user/group as literal uid/gid.