Skip to content

Commit

Permalink
Merge pull request #180 from a1exsh/fix-running-pgbouncer-under-super…
Browse files Browse the repository at this point in the history
…visord

Don't try to start pgbouncer in the background under supervisord
  • Loading branch information
a1exsh committed Aug 2, 2017
2 parents bda1d09 + e76e01c commit 76c27d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/configure_spilo.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def write_pgbouncer_configuration(placeholders, overwrite):
autostart=1
priority=500
directory=/
command=env -i /usr/sbin/pgbouncer -d /etc/pgbouncer/pgbouncer.ini
command=env -i /usr/sbin/pgbouncer /etc/pgbouncer/pgbouncer.ini
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
redirect_stderr=true
Expand Down

0 comments on commit 76c27d7

Please sign in to comment.