ref: master
pkgs/smithy/smithy.pre-install
#!/bin/sh addgroup -S smithy || true adduser -HSD -h / -s /sbin/nologin -G smithy -g smithy smithy || true