*** icinga2.org	2016-05-12 15:48:27.165054196 +0200
--- icinga2	2016-05-12 16:13:29.027920583 +0200
***************
*** 165,175 ****
    status)
          status
          ;;
!   restart|condrestart)
  	checkconfig restart fail
          stop nofail
          start
          ;;
    reload)
  	reload
  	;;
--- 165,181 ----
    status)
          status
          ;;
!   restart)
  	checkconfig restart fail
          stop nofail
          start
          ;;
+   condrestart)
+         status > /dev/null 2>&1 || exit 0
+         checkconfig restart fail
+         stop nofail
+         start
+         ;;
    reload)
  	reload
  	;;
