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
|