1diff --git a/etc/initsystem/CMakeLists.txt b/etc/initsystem/CMakeLists.txt
2index e702c83..c23cabb 100644
3--- a/etc/initsystem/CMakeLists.txt
4+++ b/etc/initsystem/CMakeLists.txt
5@@ -50,10 +50,5 @@ if(NOT WIN32)
6
7 if (USE_SYSTEMD OR INSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT)
8 configure_file(icinga2.service.cmake ${CMAKE_CURRENT_BINARY_DIR}/initsystem/icinga2.service @ONLY)
9- install(
10- FILES ${CMAKE_CURRENT_BINARY_DIR}/initsystem/icinga2.service
11- DESTINATION ${DESTDIR}/usr/lib/systemd/system
12- PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
13- )
14 endif()
15 endif()