Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
utils
/
bluelog
/
files
/
bluelog.init
blob: efae2886ea0e5af1a4fb920952057bdb4ac926fa [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame^
]
1
#!/bin/sh /etc/rc.common
2
3
START
=
65
4
5
SERVICE_DAEMONIZE
=
1
6
7
start
()
{
8
service_start
/
usr
/
bin
/
bluelog
9
}
10
11
stop
()
{
12
service_stop
/
usr
/
bin
/
bluelog
13
}