f23b7fc8 Drew DeVault 4aab09bd Drew DeVault f23b7fc8 Drew DeVault
4 years ago 4 years ago 4 years ago
1 2 3
#!/bin/sh addgroup -S postgres || true 2>/dev/null adduser -S -D -H -h /dev/null -s /sbin/nologin -G postgres -g pgbouncer pgbouncer 2>/dev/null