Skip to content

Commit ba4d0a1

Browse files
committed
There's no systemd socket activation support yet
1 parent 32170ca commit ba4d0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/systemd.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ INCLUDE(FindPkgConfig)
1818

1919
MACRO(CHECK_SYSTEMD)
2020
IF(UNIX)
21-
SET(WITH_SYSTEMD "auto" CACHE STRING "Compile with systemd socket activation and notification")
21+
SET(WITH_SYSTEMD "auto" CACHE STRING "Enable systemd scripts and notification support")
2222
IF(WITH_SYSTEMD STREQUAL "yes" OR WITH_SYSTEMD STREQUAL "auto")
2323
IF(PKG_CONFIG_FOUND)
2424
IF(WITH_SYSTEMD STREQUAL "yes")

0 commit comments

Comments
 (0)