mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-03 16:32:40 +00:00
Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It is distributed under a license similar to BSD and MIT. It provides the following features. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
381 B
Desktop File
18 lines
381 B
Desktop File
[Unit]
|
|
Description=Pgpool-II
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
|
|
User=postgres
|
|
Group=postgres
|
|
|
|
EnvironmentFile=-/etc/sysconfig/pgpool
|
|
|
|
ExecStart=/usr/bin/pgpool -f /etc/pgpool-II/pgpool.conf $OPTS
|
|
ExecStop=/usr/bin/pgpool -f /etc/pgpool-II/pgpool.conf $STOP_OPTS stop
|
|
ExecReload=/usr/bin/pgpool -f /etc/pgpool-II/pgpool.conf reload
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|