diff options
Diffstat (limited to 'main/dhcp/dhcpd.initd')
-rw-r--r-- | main/dhcp/dhcpd.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/dhcp/dhcpd.initd b/main/dhcp/dhcpd.initd index 82cb26e779..447578c907 100644 --- a/main/dhcp/dhcpd.initd +++ b/main/dhcp/dhcpd.initd @@ -9,6 +9,7 @@ DHCPD_CONF=${DHCPD_CONF:-/etc/dhcp/dhcpd.conf} depend() { need net + after firewall use logger dns } |