mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
There's no systemd socket activation support yet
This commit is contained in:
parent
32170cafad
commit
ba4d0a1b35
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ INCLUDE(FindPkgConfig)
|
|||
|
||||
MACRO(CHECK_SYSTEMD)
|
||||
IF(UNIX)
|
||||
SET(WITH_SYSTEMD "auto" CACHE STRING "Compile with systemd socket activation and notification")
|
||||
SET(WITH_SYSTEMD "auto" CACHE STRING "Enable systemd scripts and notification support")
|
||||
IF(WITH_SYSTEMD STREQUAL "yes" OR WITH_SYSTEMD STREQUAL "auto")
|
||||
IF(PKG_CONFIG_FOUND)
|
||||
IF(WITH_SYSTEMD STREQUAL "yes")
|
||||
|
|
Loading…
Add table
Reference in a new issue