<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<tt>Here's where the two seconds is coming from:<br>
</tt><br>
<blockquote type="cite"
cite="mid:Yyt2kRVX05F8DE-cAG2Xuo01XN7hP37VUnv_rStKfo_lRtxC8mCXr_ufrdyCt5LUhCIwiiMxbf0rm6xqvpffFj_rwH98riHbvQ0MVKPTcOQ=@protonmail.com">
<pre class="code highlight" lang="plaintext">start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec /usr/sbin/dhcpd -- $VERSION -q -cf $CONF $INTERFACES
sleep 2
</pre>
</blockquote>
<br>
They are explicitly waiting two seconds before the check status.<br>
<br>
</body>
</html>