Merge pull request #325 from ecsv/batadv-2017.3
[lede-routing/.git] / quagga / files / quagga.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=60
5 start() {
6         /usr/sbin/quagga.init start
7 }
8
9 stop() {
10         /usr/sbin/quagga.init stop
11 }