Merge pull request #364 from aparcar/bmx7-reload

bmx7: use configReaload on service reload
This commit is contained in:
axn 2018-04-25 08:50:21 +02:00 committed by GitHub
commit 0cbe4d4b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -18,3 +18,7 @@ start_service() {
procd_set_param respawn
procd_close_instance
}
reload_service() {
$BIN -c configReload
}