bmx7: use configReaload on service reload
It's #363 for procdbmx7: use configReaload on service reload Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
This commit is contained in:
parent
c9d120adc6
commit
015e5e99f2
2 changed files with 5 additions and 1 deletions
|
@ -33,7 +33,7 @@ PKG_SOURCE_URL:=git://github.com/bmx-routing/bmx7.git
|
||||||
PKG_REV:=f78db8298dd8b3658f6fcfa90df2644a15b99924
|
PKG_REV:=f78db8298dd8b3658f6fcfa90df2644a15b99924
|
||||||
PKG_MIRROR_HASH:=80ca8e04603d824e4dede0055030c765bd9e69f7945c01ffb953de37b228028e
|
PKG_MIRROR_HASH:=80ca8e04603d824e4dede0055030c765bd9e69f7945c01ffb953de37b228028e
|
||||||
PKG_VERSION:=r2018030903
|
PKG_VERSION:=r2018030903
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
||||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||||
|
|
|
@ -18,3 +18,7 @@ start_service() {
|
||||||
procd_set_param respawn
|
procd_set_param respawn
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reload_service() {
|
||||||
|
$BIN -c configReload
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue