Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
external
/
routing
/
quagga
/
files
/
quagga.init
blob: 21fbf2c3abf65daa159c28e7c04f3c245a4a6c7b [
file
] [
log
] [
blame
]
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START
=
60
start
()
{
/
usr
/
sbin
/
quagga
.
init start
}
stop
()
{
/
usr
/
sbin
/
quagga
.
init stop
}