ceph/systemd/CMakeLists.txt
Kefu Chai 41061ce769 cmake: install systemd files
add an option "WITH_SYSTEMD", off by default

Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-06-30 19:27:43 +08:00

17 lines
364 B
CMake

install(FILES
ceph.target
ceph-osd.target
ceph-mon.target
ceph-mds.target
ceph-radosgw.target
ceph-rbd-mirror.target
ceph-mds@.service
ceph-mon@.service
ceph-create-keys@.service
ceph-osd@.service
ceph-radosgw@.service
ceph-rbd-mirror@.service
ceph-disk@.service
rbdmap.service
DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/systemd/system)