I used service isc-dhcp-server start to invoke the dhcpd. if I do ps -ef | grep dhcp here it is:
root@casalab-Latitude-D530:~# ps -ef | grep dhcp
dhcpd 6636 1 0 Apr28 ? 00:00:00 dhcpd
dhcpd 6640 1 0 Apr28 ? 00:00:00 dhcpd
dhcpd 6814 1 0 Apr28 ? 00:00:00 /usr/sbin/dhcpd -f -q -4 -pf /run/dhcp-server/dhcpd.pid -cf /etc/dhcp/dhcpd.conf
Where can I specify the server parameter and dhcp.conf file if I do it this way?