From e98a7a9140b51fcc93819bb1e43cd5086ff9fa7a Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 28 Feb 2020 16:45:30 +0100 Subject: [PATCH] icinga2.service: add NotifyAccess=all refs #7329 --- etc/initsystem/icinga2.service.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/initsystem/icinga2.service.cmake b/etc/initsystem/icinga2.service.cmake index 9b32db3e7..44b41687f 100644 --- a/etc/initsystem/icinga2.service.cmake +++ b/etc/initsystem/icinga2.service.cmake @@ -5,6 +5,7 @@ After=syslog.target network-online.target postgresql.service mariadb.service car [Service] Type=notify +NotifyAccess=all Environment="ICINGA2_ERROR_LOG=@ICINGA2_LOGDIR@/error.log" EnvironmentFile=@ICINGA2_SYSCONFIGFILE@ ExecStartPre=@CMAKE_INSTALL_PREFIX@/lib/icinga2/prepare-dirs @ICINGA2_SYSCONFIGFILE@