mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
Make sure checker.conf and notification.conf are enabled by default.
This commit is contained in:
parent
abf1995e4a
commit
b3f24eecbc
@ -23,4 +23,6 @@ install-exec-hook:
|
||||
if [ ! -e features-enabled ]; then \
|
||||
$(MKDIR_P) features-enabled && \
|
||||
$(LN_S) ../features-available/compat.conf features-enabled/; \
|
||||
$(LN_S) ../features-available/checker.conf features-enabled/; \
|
||||
$(LN_S) ../features-available/notification.conf features-enabled/; \
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user