summaryrefslogtreecommitdiffstats
path: root/src/ceph/systemd/CMakeLists.txt
blob: 3b03b6e613217f2af1d3377366b36ea7ce705a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
install(FILES
  ceph.target
  ceph-fuse.target
  ceph-osd.target
  ceph-mgr.target
  ceph-mon.target
  ceph-mds.target
  ceph-radosgw.target
  ceph-rbd-mirror.target
  ceph-fuse@.service
  ceph-mds@.service
  ceph-mgr@.service
  ceph-mon@.service
  ceph-osd@.service
  ceph-radosgw@.service
  ceph-rbd-mirror@.service
  ceph-disk@.service
  ceph-volume@.service
  rbdmap.service
  DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/systemd/system)