projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a17674
)
package/ubus: use new service wrapper
author
Nicolas Thill
<nico@openwrt.org>
Mon, 7 Nov 2011 22:59:01 +0000
(22:59 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 7 Nov 2011 22:59:01 +0000
(22:59 +0000)
SVN-Revision: 28840
package/ubus/files/ubus.init
patch
|
blob
|
history
diff --git
a/package/ubus/files/ubus.init
b/package/ubus/files/ubus.init
index 7fcf106b972036316628e9fd6501f660b363fb91..70fe21c6aa34ad84fdc86fe91de16b35b70e71e0 100755
(executable)
--- a/
package/ubus/files/ubus.init
+++ b/
package/ubus/files/ubus.init
@@
-1,11
+1,14
@@
#!/bin/sh /etc/rc.common
+
START=11
-PIDFILE=/var/run/ubusd.pid
+
+SERVICE_DAEMONIZE=1
+SERVICE_WRITE_PID=1
start() {
- s
tart-stop-daemon -S -b -m -p $PIDFILE -x
/sbin/ubusd
+ s
ervice_start
/sbin/ubusd
}
stop() {
- s
tart-stop-daemon -K -x /sbin/ubusd -p $PIDFILE
+ s
ervice_stop /sbin/ubusd
}