mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
There's no systemd socket activation support yet
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user