]> granicus.if.org Git - postgresql/commit
Add support for systemd service notifications
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 17 Nov 2015 11:46:17 +0000 (06:46 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 3 Feb 2016 02:04:29 +0000 (21:04 -0500)
commit7d17e683fcc28a1b371c7dd02935728cd2cbf9bf
tree5c27c3a9dedb188013e4d886c8a24feebfebf69d
parentac7238dc0faccb0ad077aa9922df6e75b0b1bda3
Add support for systemd service notifications

Insert sd_notify() calls at server start and stop for integration with
systemd.  This allows the use of systemd service units of type "notify",
which greatly simplifies the systemd configuration.

Reviewed-by: Pavel Stěhule <pavel.stehule@gmail.com>
configure
configure.in
doc/src/sgml/installation.sgml
doc/src/sgml/runtime.sgml
src/Makefile.global.in
src/backend/Makefile
src/backend/postmaster/postmaster.c
src/include/pg_config.h.in