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