diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-22 18:10:05 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-22 18:10:05 +0000 |
commit | 96cdb8e9e6b70a355eea850624277ed687d4be12 (patch) | |
tree | 5f72857eab3591469dca0af8caadb2e88210a2d8 /community/icinga2/icinga2.post-install | |
parent | 32fee060aae12a19444d059777c107f86076d549 (diff) | |
download | aports-96cdb8e9e6b70a355eea850624277ed687d4be12.tar.bz2 aports-96cdb8e9e6b70a355eea850624277ed687d4be12.tar.xz |
community/icinga2: moved from testing
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 |