Add mwan3 to packages feed

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
This commit is contained in:
Adze1502
2014-08-08 21:09:54 +02:00
parent c3cfd14535
commit 7afdbd28cf
6 changed files with 748 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/bin/sh /etc/rc.common
START=99
start() {
/usr/sbin/mwan3 start
}
stop() {
/usr/sbin/mwan3 stop
}
restart() {
stop
start
}
boot() {
# Don't start on boot, mwan3 is started by hotplug event.
return 0
}