瀏覽代碼

ubus: remove unused init-script

SVN-Revision: 37026
Steven Barth 12 年之前
父節點
當前提交
111b480945
共有 1 個文件被更改,包括 0 次插入14 次删除
  1. 0 14
      package/system/ubus/files/ubus.init

+ 0 - 14
package/system/ubus/files/ubus.init

@@ -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
-}