This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/sbin/pgpool -n
-
KillSignal=SIGINT
-
StandardOutput=syslog
-
SyslogFacility=local0
-
User=postgres
-
-
[Unit]
-
Description=pgpool-II
-
Documentation=man:pgpool(8)
-
Wants=postgresql.service
-
Additionnal notes
Nothing here.