db-move: moved webkitgtk-6.0 from [testing] to [extra] (x86_64)
[arch-packages.git] / pgbouncer / trunk / pgbouncer.service
blobf5baad52b91c5338132d7f3e0fbaa6a8e3c50b2c
1 [Unit]
2 Description=A lightweight connection pooler for PostgreSQL
3 After=network.target
5 [Service]
6 User=pgbouncer
7 ExecStart=/usr/bin/pgbouncer /etc/pgbouncer/pgbouncer.ini
8 ExecReload=/bin/kill -HUP $MAINPID
10 [Install]
11 WantedBy=multi-user.target