summaryrefslogtreecommitdiff
path: root/extra/pgbouncer/pgbouncer.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-30 00:08:41 -0800
committerroot <root@rshg054.dnsready.net>2013-01-30 00:08:41 -0800
commitc25b7aa323ab71b1a524d15dbbe942dbebd55761 (patch)
treec7dd8d810c5d08168ee757083d3b6bce150c1915 /extra/pgbouncer/pgbouncer.install
parentcb333f0d5d536b1436262e1b3e45647b22f136b0 (diff)
Wed Jan 30 00:08:41 PST 2013
Diffstat (limited to 'extra/pgbouncer/pgbouncer.install')
-rw-r--r--extra/pgbouncer/pgbouncer.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pgbouncer/pgbouncer.install b/extra/pgbouncer/pgbouncer.install
index 2f77ae50f..6374fdf94 100644
--- a/extra/pgbouncer/pgbouncer.install
+++ b/extra/pgbouncer/pgbouncer.install
@@ -8,10 +8,10 @@ post_install() {
fi
chown pgbouncer:pgbouncer /var/log/pgbouncer
systemd-tmpfiles --create pgbouncer.conf
- post_update
+ post_upgrade
}
-post_update() {
+post_upgrade() {
gpasswd -a pgbouncer postgres
}