alpine 3.6

This commit is contained in:
Wonderfall
2017-05-27 01:46:23 +02:00
parent 5238f438d7
commit 338e0a290f
7 changed files with 40 additions and 30 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
mkdir /run/pgbouncer
chown -R $UID:$GID /etc/pgbouncer /var/log/pgbouncer /run/pgbouncer
su-exec $UID:$GID pgbouncer /etc/pgbouncer/pgbouncer.ini
exec su-exec $UID:$GID /sbin/tini -- pgbouncer /etc/pgbouncer/pgbouncer.ini