aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-02-22 03:22:50 +0100
committerToni Uhlig <matzeton@googlemail.com>2018-07-15 20:29:54 +0200
commit84c4bee3d1ca8f732d6baae18ca80bc631aebfb0 (patch)
tree65c96860a541960105fd5e6c7153755c4bcd7e0c
parent9d8ce72f7c0aea0e0e17ce50ed4543ac04ca7c1c (diff)
odhcpd: less verbose logging
-rw-r--r--package/network/services/odhcpd/files/odhcpd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/odhcpd/files/odhcpd.init b/package/network/services/odhcpd/files/odhcpd.init
index e05c3860c4..b61000e097 100644
--- a/package/network/services/odhcpd/files/odhcpd.init
+++ b/package/network/services/odhcpd/files/odhcpd.init
@@ -6,7 +6,7 @@ USE_PROCD=1
start_service() {
procd_open_instance
- procd_set_param command /usr/sbin/odhcpd
+ procd_set_param command /usr/sbin/odhcpd -l5
procd_set_param respawn
procd_close_instance
}