Browse Source
Merge pull request #10734 from ysc3839/nlbwmon
nlbwmon: add procd reload trigger for nlbwmon config
lilik-openwrt-22.03
Jo-Philipp Wich
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
net/nlbwmon/Makefile
-
net/nlbwmon/files/nlbwmon.init
|
|
@ -1,7 +1,7 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=nlbwmon |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_URL:=https://github.com/jow-/nlbwmon.git |
|
|
|
|
|
@ -99,7 +99,7 @@ add_interface_trigger() { |
|
|
|
} |
|
|
|
|
|
|
|
service_triggers() { |
|
|
|
procd_add_reload_trigger "dhcp" "system" |
|
|
|
procd_add_reload_trigger "dhcp" "system" "nlbwmon" |
|
|
|
|
|
|
|
config_load dhcp |
|
|
|
config_foreach add_interface_trigger dhcp |
|
|
|