mirror of
https://github.com/postgres/postgres.git
synced 2026-05-30 12:35:06 -04:00
7d17e683fc
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>