From eb8913326b49246175be6846f5219f870195adf0 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 16 Apr 2018 10:44:07 +0900 Subject: [PATCH] bmx7: configReload on initd reload Instead of restarting bmx7 completely and loosing all connections. --- bmx7/files/etc/init.d/bmx7 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bmx7/files/etc/init.d/bmx7 b/bmx7/files/etc/init.d/bmx7 index 6886739..f4c091f 100755 --- a/bmx7/files/etc/init.d/bmx7 +++ b/bmx7/files/etc/init.d/bmx7 @@ -39,3 +39,7 @@ stop() { restart() { stop; sleep 3; start } + +reload() { + bmx7 -c configReload +}