There was an error while loading. Please reload this page.
1 parent 823c92c commit ae1db2eCopy full SHA for ae1db2e
1 file changed
src/cmake/CommonSettings.cmake
@@ -16,7 +16,7 @@ function(set_common_settings)
16
set(PARENT_DIR "Library/Application Support/Wazuh agent.app" PARENT_SCOPE)
17
set(BIN_INSTALL_DIR "Library/Application Support/Wazuh agent.app/bin" PARENT_SCOPE)
18
set(CONFIG_INSTALL_DIR "Library/Application Support/Wazuh agent.app/etc" PARENT_SCOPE)
19
- set(SERVICE_INSTALL_DIR "/Library/LaunchDaemons" PARENT_SCOPE)
+ set(SERVICE_INSTALL_DIR "Library/LaunchDaemons" PARENT_SCOPE)
20
set(DATA_INSTALL_DIR "Library/Application Support/Wazuh agent.app/var" PARENT_SCOPE)
21
set(RUN_INSTALL_DIR "private/var/run" PARENT_SCOPE)
22
set(SERVICE_FILE "${CMAKE_SOURCE_DIR}/agent/service/com.wazuh.agent.plist" PARENT_SCOPE)
0 commit comments