summaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorAlfredo Deza <adeza@redhat.com>2017-07-20 18:26:14 +0200
committerAlfredo Deza <adeza@redhat.com>2017-08-04 16:25:57 +0200
commitb20fdb8e84662eeda835517f4370adf27926605b (patch)
treedd39c512f725934a5c9b0c5017b1829deb1161e9 /systemd
parentbuild: create a CMakeLists file for ceph-volume (diff)
downloadceph-b20fdb8e84662eeda835517f4370adf27926605b.tar.xz
ceph-b20fdb8e84662eeda835517f4370adf27926605b.zip
systemd: include the ceph-volume service
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Diffstat (limited to 'systemd')
-rw-r--r--systemd/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt
index 240a565d09e..3b03b6e6132 100644
--- a/systemd/CMakeLists.txt
+++ b/systemd/CMakeLists.txt
@@ -15,5 +15,6 @@ install(FILES
ceph-radosgw@.service
ceph-rbd-mirror@.service
ceph-disk@.service
+ ceph-volume@.service
rbdmap.service
DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/systemd/system)