blob: 28d1a02d711be565fad261b6bb6d6c9b3ce0969d (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt
index 3b03b6e613..c359ad2df9 100644
--- a/systemd/CMakeLists.txt
+++ b/systemd/CMakeLists.txt
@@ -17,4 +17,4 @@ install(FILES
ceph-disk@.service
ceph-volume@.service
rbdmap.service
- DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/systemd/system)
+ DESTINATION ${SYSTEMD_UNITDIR})
|