bmx7: configReload on initd reload
Instead of restarting bmx7 completely and loosing all connections.
This commit is contained in:
parent
7fc2fbdfc1
commit
eb8913326b
1 changed files with 4 additions and 0 deletions
|
@ -39,3 +39,7 @@ stop() {
|
||||||
restart() {
|
restart() {
|
||||||
stop; sleep 3; start
|
stop; sleep 3; start
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reload() {
|
||||||
|
bmx7 -c configReload
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue