Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
routing
/
quagga
/
files
/
quagga.init
blob: 21fbf2c3abf65daa159c28e7c04f3c245a4a6c7b [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame^
]
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
}