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