ethmngr: Updated log level

This commit is contained in:
Vivek Kumar Dutta 2025-01-22 13:02:09 +05:30
parent 3940dbbd43
commit 4203eefe9f
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ethmngr
PKG_VERSION:=3.0.2
PKG_VERSION:=3.0.3
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=15
START=80
STOP=90
USE_PROCD=1
@ -10,6 +10,7 @@ start_service() {
if [ -f $PROG ]; then
procd_open_instance "ethmngr"
procd_set_param command ${PROG}
procd_append_param command -l 3
procd_set_param respawn
procd_close_instance "ethmngr"
fi