To check your dhcpd configuration
dhcpd -t -cf /etc/dhcp/dhcpd.conf
The -t option will do a config check.
-t
The -cf flags are only necessary if your config is not at the default path.
-cf