File pgbouncer.service of Package pgbouncer
[Unit] Description=PgBouncer is a lightweight connection pooler for PostgreSQL. Documentation=man:pgbouncer(1) Documentation=https://www.pgbouncer.org/ After=syslog.target network.target [Service] Type=notify ExecStart=/usr/sbin/pgbouncer --quiet --user pgbouncer /etc/pgbouncer/pgbouncer.ini ExecReload=/bin/kill -HUP $MAINPID KillSignal=SIGINT Restart=always [Install] WantedBy=multi-user.target