ubus: remove unused init-script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37026 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Steven Barth
2013-06-24 12:38:30 +00:00
parent a6bc96ccd5
commit 23973954c9

View File

@@ -1,14 +0,0 @@
#!/bin/sh /etc/rc.common
START=11
SERVICE_DAEMONIZE=1
SERVICE_WRITE_PID=1
start() {
service_start /sbin/ubusd
}
stop() {
service_stop /sbin/ubusd
}