mwan3: fix reload handling

When the interface section was changed, the changed configuration
options were not applied.
This commit adds the service reload handling again.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-10-23 08:15:54 +02:00
parent e5dc144968
commit c374711e60

View file

@ -111,6 +111,11 @@ stop_service() {
mwan3_unlock "command" "mwan3"
}
reload_service() {
stop
start
}
service_triggers() {
procd_add_reload_trigger 'mwan3'
}