aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2019-05-30 13:43:55 +0200
committerBjørn Mork <bjorn@mork.no>2019-05-30 13:43:55 +0200
commit5058a5af9728468963fe8559b0c338eed9cfde7e (patch)
treecae5281ed5e231520a495ad259a64430f45add64
parentc808afa7936e2e61b990145b6d5ef1185d637c46 (diff)
update OpenWrt example package
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--pkg/openwrt/files/obinsect.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/openwrt/files/obinsect.init b/pkg/openwrt/files/obinsect.init
index 5e547ed..de4b5c7 100644
--- a/pkg/openwrt/files/obinsect.init
+++ b/pkg/openwrt/files/obinsect.init
@@ -72,6 +72,6 @@ service_running() {
reload_service() {
running || return 1
write_obinsect_conf
- return 0
+ procd_send_signal obinsect
}