DHCPD init script

This commit is contained in:
Giulio 2020-05-22 12:05:19 +02:00
parent 80b22d0b57
commit e5e319c220

View File

@ -3,11 +3,7 @@
# $Id: dhcp3-server.init.d,v 1.4 2003/07/13 19:12:41 mdz Exp $
#
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES="wlan0"
# Additional options that are passed to the DHCP server daemon?
OPTIONS=""
NAME="dhcpd"