summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dyndhcpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dyndhcpd.c b/dyndhcpd.c
index e23d3dd..d6743f1 100644
--- a/dyndhcpd.c
+++ b/dyndhcpd.c
@@ -220,7 +220,7 @@ int main(int argc, char ** argv) {
fputs(config, configfile);
fclose(configfile);
- execlp("/usr/bin/dhcpd", "dhcpd", "-f", "-4", "-q", "-cf", filename, interface, NULL);
+ execlp("/usr/bin/dhcpd", "dhcpd", "-f", "-d", "-q", "-4", "-cf", filename, interface, NULL);
rc = EXIT_SUCCESS;
goto out;