bmx7: configReload on initd reload

Instead of restarting bmx7 completely and loosing all connections.
This commit is contained in:
Paul Spooren 2018-04-16 10:44:07 +09:00 committed by GitHub
parent 7fc2fbdfc1
commit eb8913326b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,3 +39,7 @@ stop() {
restart() {
stop; sleep 3; start
}
reload() {
bmx7 -c configReload
}