dhcpd.default 653 B

123456789101112131415161718192021
  1. # Defaults for isc-dhcp-server initscript
  2. # sourced by /etc/init.d/isc-dhcp-server
  3. # installed at /etc/default/isc-dhcp-server by the maintainer scripts
  4. #
  5. # This is a POSIX shell fragment
  6. #
  7. # Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
  8. #DHCPD_CONF=/etc/dhcp/dhcpd.conf
  9. # Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
  10. #DHCPD_PID=/var/run/dhcpd.pid
  11. # Additional options to start dhcpd with.
  12. # Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
  13. #OPTIONS=""
  14. # On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
  15. # Separate multiple interfaces with spaces, e.g. "eth0 eth1".
  16. INTERFACES=""