aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pgbouncer/pgbouncer.pre-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-02-20 11:27:11 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-02-20 11:27:17 +0000
commite6de48d4857379d7e1d83c13a661503dd47fda0a (patch)
tree2e11e2692633604d64034a25c3f722750e864c6e /testing/pgbouncer/pgbouncer.pre-install
parent57241d9646f1db85174c810c86fe40b5daa1e65f (diff)
testing/pgbouncer: new aport. Fixes #6766
Diffstat (limited to 'testing/pgbouncer/pgbouncer.pre-install')
-rw-r--r--testing/pgbouncer/pgbouncer.pre-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/pgbouncer/pgbouncer.pre-install b/testing/pgbouncer/pgbouncer.pre-install
new file mode 100644
index 00000000000..609b3a92726
--- /dev/null
+++ b/testing/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