aboutsummaryrefslogtreecommitdiff
path: root/pkg/openwrt/files/obinsect.init
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/openwrt/files/obinsect.init')
-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
}