1 2 3
#!/bin/sh addgroup -S postgres || true adduser -SDH -s /sbin/nologin -G postgres -g pgbouncer pgbouncer || true