This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
Environment=PGDATA=/var/lib/pgsql/data -
ExecReload=/usr/bin/pg_ctl reload -D ${PGDATA} -s -
ExecStart=/usr/bin/pg_ctl start -D ${PGDATA} -s -w -t 270 -
ExecStartPre=/usr/libexec/cont-postgresql-preexec -
ExecStop=/usr/bin/pg_ctl stop -D ${PGDATA} -s -m fast -
Group=postgres -
TimeoutSec=300 -
Type=forking -
User=postgres
-
-
[Unit]-
After=network.target -
Description=PostgreSQL database server in container
-
Additionnal notes
Nothing here.