<div dir="ltr">Hi,<div><br></div><div>Is there a way to gracefully shutdown DHCPD using a signal?</div><div><br></div><div>I see that dhcpd supports following states:</div><div><div><br></div><div>enum dhcp_shutdown_state {</div><div><span class="" style="white-space:pre">       </span>shutdown_listeners,</div><div><span class="" style="white-space:pre">        </span>shutdown_omapi_connections,</div><div><span class="" style="white-space:pre">        </span>shutdown_drop_omapi_connections,</div><div><span class="" style="white-space:pre">   </span>shutdown_dhcp,</div><div><span class="" style="white-space:pre">     </span>shutdown_done</div><div>};</div></div><div><br></div><div><br></div><div>Is there a way to follow these states, without using OMAPI connection?</div><div><br></div></div>