1
0
Fork 0
This commit is contained in:
Wilfried Goesgens 2017-03-17 15:13:26 +01:00
parent db87c3e515
commit 3ad08269b5
1 changed files with 0 additions and 2 deletions

View File

@ -138,7 +138,6 @@ install(
set(IS_SYSTEMD_INSTALL 0)
set(SYSTEMD_UNIT_DIR "")
if (UNIX)
if (${USE_ENTERPRISE})
set(SERVICE_NAME "arangodb3e")
else ()
@ -172,7 +171,6 @@ if (UNIX)
DESTINATION ${SYSTEMD_UNIT_DIR}/
RENAME ${SERVICE_NAME})
endif()
endif()
endif()
################################################################################