Skip to content
  • Mike Hibler's avatar
    Avoid a potential race when restarting dhcpd. · 80465693
    Mike Hibler authored
    We always have serialized the kill/restart of dhcpd, but we were
    not waiting til the new dhcpd started before dropping the lock.
    We now do that and (optionally) do it for subbosses as well.
    
    THIS REQUIRES UPDATING THE SCRIPT ON ALL SUBBOSSES, which I have done.
    80465693