1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/community/icinga2/icinga2.post-install

5 lines
193 B
Bash

#!/bin/sh
/usr/bin/icinga2 feature enable checker > /dev/null 2>&1
/usr/bin/icinga2 feature enable mainlog > /dev/null 2>&1
/usr/bin/icinga2 feature enable notification > /dev/null 2>&1
exit 0