<html>
    <head>
      <base href="https://issues.openmandriva.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - dhcpd service don't start due Type=notify"
   href="https://issues.openmandriva.org/show_bug.cgi?id=1984#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - dhcpd service don't start due Type=notify"
   href="https://issues.openmandriva.org/show_bug.cgi?id=1984">bug 1984</a>
              from <span class="vcard"><a class="email" href="mailto:jedumartins@gmail.com" title="jedumartins@gmail.com">jedumartins@gmail.com</a>
</span></b>
        <pre>
I think you could fix editing /lib/systemd/system/dhcpd.service and change line
with Type=notify and put Type=forking

To me this fix it.

$ cat /lib/systemd/system/dhcpd.service
[Unit]
Description=DHCPv4 Server Daemon
Documentation=man:dhcpd(8) man:dhcpd.conf(5)
Wants=network-online.target
After=syslog.target
After=network-online.target
After=time-sync.target
After=ldap.service

[Service]
Environment=CONFIGFILE=/etc/dhcpd.conf LEASEFILE=/var/lib/dhcpd/dhcpd.leases
EnvironmentFile=-/etc/sysconfig/dhcpd
Type=forking
PIDFile=/run/dhcpd/dhcpd.pid
ExecStart=/usr/sbin/dhcpd -pf /run/dhcpd/dhcpd.pid -cf $CONFIGFILE -lf
$LEASEFILE $OPTIONS $INTERFACES
StandardError=null

[Install]
WantedBy=multi-user.target</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>