Added support for reload_config
This service does not need to start so early (even
before the netwrok is up). Start it after
the device is mostly up and operational.
Compile-tested on: ipq806x
Runtime-tested on: ipq806x
Signed-off-by: Marc Benoit <marcb62185@gmail.com>
PKG_NAME:=irqbalance
PKG_VERSION:=1.6.0
-PKG_RELEASE:=6
+PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_PROTO:=git
#!/bin/sh /etc/rc.common
-START=11
+START=90
+STOP=10
+
USE_PROCD=1
+service_triggers()
+{
+ procd_add_reload_trigger "irqbalance"
+}
+
start_service() {
local enabled
config_load 'irqbalance'
procd_set_param respawn
procd_close_instance
}
-