Hide Forgot
This bug is created as a clone of upstream ticket: https://fedorahosted.org/389/ticket/47574 We should make a change to our initscript to start after ntpd. {{{ #!/bin/sh # # dirsrv This starts and stops dirsrv # # chkconfig: - 21 79 }}} ntpd {{{ #!/bin/bash # # ntpd This shell script takes care of starting and stopping # ntpd (NTPv4 daemon). # # chkconfig: - 58 74 }}} Would probably make sense to set the start priority to something like 80. It's unlikely one needs the dirsrv so early at boot time.