summaryrefslogtreecommitdiff
path: root/systemd/CMakeLists.txt
blob: e8f38adf55f0e0f5deeb66a37913600565abc5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/systemd/central-key-manager.service.in
               ${CMAKE_SOURCE_DIR}/systemd/central-key-manager.service @ONLY)

CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/systemd/central-key-manager-listener.service.in
               ${CMAKE_SOURCE_DIR}/systemd/central-key-manager-listener.service @ONLY)

INSTALL(FILES
    ${CMAKE_SOURCE_DIR}/systemd/central-key-manager.service
    ${CMAKE_SOURCE_DIR}/systemd/central-key-manager.target
    ${CMAKE_SOURCE_DIR}/systemd/central-key-manager-listener.service
    ${CMAKE_SOURCE_DIR}/systemd/central-key-manager-api-control.socket
    ${CMAKE_SOURCE_DIR}/systemd/central-key-manager-api-storage.socket
    ${CMAKE_SOURCE_DIR}/systemd/central-key-manager-api-ocsp.socket
    ${CMAKE_SOURCE_DIR}/systemd/central-key-manager-api-encryption.socket
    DESTINATION
    ${SYSTEMD_UNIT_DIR}
)