diff options
Diffstat (limited to 'community/icinga2/icinga2.post-install')
-rw-r--r-- | community/icinga2/icinga2.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/icinga2/icinga2.post-install b/community/icinga2/icinga2.post-install new file mode 100644 index 0000000000..9222e0492c --- /dev/null +++ b/community/icinga2/icinga2.post-install @@ -0,0 +1,5 @@ +#!/bin/sh +/usr/bin/icinga2 feature enable checker &> /dev/null +/usr/bin/icinga2 feature enable mainlog &> /dev/null +/usr/bin/icinga2 feature enable notification &> /dev/null +exit 0 |