f23b7fc8 Drew DeVault d2ee7892 Drew DeVault
4 years ago 4 years ago
1 2 3
#!/bin/sh addgroup -S postgres || true adduser -SDH -s /sbin/nologin -G postgres -g pgbouncer pgbouncer || true