mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-07 23:26:27 -04:00
clamd/CMakeLists.txt: missing clamav-daemon.socket
clamav-daemon.service requires clamav-daemon.socket but it is missing from the build and install process. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Micah Snyder (micasnyd)
parent
e7ad48a325
commit
9e013248a4
@@ -51,7 +51,13 @@ if(SYSTEMD_FOUND)
|
||||
configure_file(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/clamav-daemon.service.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/clamav-daemon.service @ONLY)
|
||||
configure_file(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/clamav-daemon.socket.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/clamav-daemon.socket @ONLY)
|
||||
install(
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/clamav-daemon.service
|
||||
DESTINATION ${SYSTEMD_UNIT_DIR})
|
||||
install(
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/clamav-daemon.socket
|
||||
DESTINATION ${SYSTEMD_UNIT_DIR})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user