diff options
| author | Peter Eisentraut | 2015-11-17 11:46:17 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2016-02-03 02:04:29 +0000 |
| commit | 7d17e683fcc28a1b371c7dd02935728cd2cbf9bf (patch) | |
| tree | 5c27c3a9dedb188013e4d886c8a24feebfebf69d /src/include | |
| parent | ac7238dc0faccb0ad077aa9922df6e75b0b1bda3 (diff) | |
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>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 16a272efde..b3ceea5edc 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.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 |
