Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
16 lines
604 B
Diff
16 lines
604 B
Diff
diff --git a/etc/initsystem/CMakeLists.txt b/etc/initsystem/CMakeLists.txt
|
|
index e702c83..c23cabb 100644
|
|
--- a/etc/initsystem/CMakeLists.txt
|
|
+++ b/etc/initsystem/CMakeLists.txt
|
|
@@ -50,10 +50,5 @@ if(NOT WIN32)
|
|
|
|
if (USE_SYSTEMD OR INSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT)
|
|
configure_file(icinga2.service.cmake ${CMAKE_CURRENT_BINARY_DIR}/initsystem/icinga2.service @ONLY)
|
|
- install(
|
|
- FILES ${CMAKE_CURRENT_BINARY_DIR}/initsystem/icinga2.service
|
|
- DESTINATION ${DESTDIR}/usr/lib/systemd/system
|
|
- PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
|
|
- )
|
|
endif()
|
|
endif()
|