--- nagios/univention-nagios/conffiles/etc/init.d/nagios-nrpe-server.orig 2019-06-04 17:07:06.500041166 +0200 +++ nagios/univention-nagios/conffiles/etc/init.d/nagios-nrpe-server 2019-06-04 17:31:22.320894926 +0200 @@ -4,7 +4,12 @@ ### BEGIN INIT INFO # Provides: nagios-nrpe-server -# Required-Start: $local_fs $remote_fs $syslog $named $network $time +@!@ +if configRegistry.is_true('nagios/client/require_slapd'): + print '# Required-Start: $local_fs $remote_fs $syslog $named $network $time slapd' +else: + print '# Required-Start: $local_fs $remote_fs $syslog $named $network $time' +@!@ # Required-Stop: $local_fs $remote_fs $syslog $named $network # Should-Start: # Should-Stop: