net-analyzer/icinga2-2.2.3-r1::gentoo improving the init script to allow "reloading" instead of stop/start: /etc/init.d/icinga2 (add): extra_commands="reload" reload() { checkconfig || return 1 ebegin "Reloading icinga2" /bin/kill -HUP $(/bin/cat "${ICINGA2_PID_FILE}") local retval=$? if [ $retval -ne 0 ]; then ewarn "Error reloading icinga2." fi eend $retval } Thanks for reviewing this! Best Regards, kickino
fixed in tree :D
Woooow. Cool. Thank you very much! :)