projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to hotplu...
[openwrt.git]
/
package
/
ubus
/
files
/
ubus.init
1
#!/bin/sh /etc/rc.common
2
3
START
=
11
4
5
SERVICE_DAEMONIZE
=
1
6
SERVICE_WRITE_PID
=
1
7
8
start
() {
9
service_start
/
sbin
/
ubusd
10
}
11
12
stop
() {
13
service_stop
/
sbin
/
ubusd
14
}
This page took
0.042456 seconds
and
5
git commands to generate.