mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-17 06:50:07 +00:00
25ef3eec88
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
|