Add configuration for systemd.
[framework/security/security-server.git] / systemd / CMakeLists.txt
1 INSTALL(FILES
2     ${CMAKE_SOURCE_DIR}/systemd/security-server.service
3     ${CMAKE_SOURCE_DIR}/systemd/security-server.socket
4     ${CMAKE_SOURCE_DIR}/systemd/security-server-data-share.socket
5     ${CMAKE_SOURCE_DIR}/systemd/security-server-get-gid.socket
6     ${CMAKE_SOURCE_DIR}/systemd/security-server-privilege-by-pid.socket
7     ${CMAKE_SOURCE_DIR}/systemd/security-server-exec-path.socket
8     ${CMAKE_SOURCE_DIR}/systemd/security-server-get-object-name.socket
9     DESTINATION
10     /usr/lib/systemd/system
11 )
12