diff options
Diffstat (limited to 'community/pgbouncer/pgbouncer.pre-install')
-rw-r--r-- | community/pgbouncer/pgbouncer.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/pgbouncer/pgbouncer.pre-install b/community/pgbouncer/pgbouncer.pre-install new file mode 100644 index 0000000000..609b3a9272 --- /dev/null +++ b/community/pgbouncer/pgbouncer.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh +adduser -S -D -H -h /dev/null -s /sbin/nologin -G postgres -g pgbouncer pgbouncer 2>/dev/null +exit 0 |