mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-23 14:57:03 +08:00
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>
This commit is contained in:
@ -833,6 +833,9 @@
|
||||
/* Define to 1 to use Intel SSSE 4.2 CRC instructions with a runtime check. */
|
||||
#undef USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
|
||||
|
||||
/* Define to build with systemd support. (--with-systemd) */
|
||||
#undef USE_SYSTEMD
|
||||
|
||||
/* Define to select SysV-style semaphores. */
|
||||
#undef USE_SYSV_SEMAPHORES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user