From: Aaron W. Swenson Date: Tue, 28 Aug 2018 10:09:03 +0000 (-0400) Subject: dev-db/pgbouncer: Specify group to run under X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=68521fe516d66a94851bf09352e6155d5a1347a6;p=gentoo.git dev-db/pgbouncer: Specify group to run under Bug: https://bugs.gentoo.org/654136 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-db/pgbouncer/files/pgbouncer.initd-r2 b/dev-db/pgbouncer/files/pgbouncer.initd-r2 old mode 100644 new mode 100755 index a2a79a0784a7..72e0103e0b5d --- a/dev-db/pgbouncer/files/pgbouncer.initd-r2 +++ b/dev-db/pgbouncer/files/pgbouncer.initd-r2 @@ -48,7 +48,7 @@ start() { --pidfile ${PIDFILE} \ --background \ --make-pidfile \ - --user pgbouncer \ + --user pgbouncer:postgres \ --exec /usr/bin/pgbouncer \ -- -q "${INIFILE}" eend $? @@ -67,7 +67,7 @@ stop() { # Loops through nice and force quit in one go. start-stop-daemon --stop \ - --user pgbouncer \ + --user pgbouncer:postgres \ --pidfile ${PIDFILE} \ --retry ${retries}