aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-02-22 03:22:50 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-05-08 09:02:24 +0200
commit478ffa5e21d21af19a3e7a2a07634c03cae4cb9c (patch)
treede7239659a8582976f5dfda2216fe3d97c6fb1b8
parent0d74b2a1e5f35d534fb5433ffcd85aa6b967cd47 (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
}