#!/bin/sh /etc/rc.common START=99 start() { /usr/sbin/mwan3 start } stop() { /usr/sbin/mwan3 stop } restart() { stop start } boot() { return 0 }