From 5058a5af9728468963fe8559b0c338eed9cfde7e Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Thu, 30 May 2019 13:43:55 +0200 Subject: update OpenWrt example package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- pkg/openwrt/files/obinsect.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3