From 015e5e99f2b644647ded7c0a5ab112bccb02b15f Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 24 Apr 2018 13:16:50 +0900 Subject: [PATCH] bmx7: use configReaload on service reload It's #363 for procdbmx7: use configReaload on service reload Signed-off-by: Paul Spooren --- bmx7/Makefile | 2 +- bmx7/files/etc/init.d/bmx7 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bmx7/Makefile b/bmx7/Makefile index b2d07ab..612fb55 100644 --- a/bmx7/Makefile +++ b/bmx7/Makefile @@ -33,7 +33,7 @@ PKG_SOURCE_URL:=git://github.com/bmx-routing/bmx7.git PKG_REV:=f78db8298dd8b3658f6fcfa90df2644a15b99924 PKG_MIRROR_HASH:=80ca8e04603d824e4dede0055030c765bd9e69f7945c01ffb953de37b228028e PKG_VERSION:=r2018030903 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-2.0 PKG_SOURCE_VERSION:=$(PKG_REV) diff --git a/bmx7/files/etc/init.d/bmx7 b/bmx7/files/etc/init.d/bmx7 index d8f1939..515dc88 100755 --- a/bmx7/files/etc/init.d/bmx7 +++ b/bmx7/files/etc/init.d/bmx7 @@ -18,3 +18,7 @@ start_service() { procd_set_param respawn procd_close_instance } + +reload_service() { + $BIN -c configReload +}