Delay Hangfire execution at startup

Hi,

is there a way to delay the hangfire job dispatcher / scheduler at startup? we have some additional sevices which needs to be initialized before hangfire should start its work?

Thank you!