ceph/systemd/CMakeLists.txt
Tim Serong d8ded57a87 systemd: add ceph-mgr service and target files
Signed-off-by: Tim Serong <tserong@suse.com>
2016-09-29 17:27:08 +01:00

19 lines
402 B
CMake

install(FILES
ceph.target
ceph-osd.target
ceph-mgr.target
ceph-mon.target
ceph-mds.target
ceph-radosgw.target
ceph-rbd-mirror.target
ceph-mds@.service
ceph-mgr@.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)