Sfoglia il codice sorgente

ubus: remove unused init-script

SVN-Revision: 37026
Steven Barth 12 anni fa
parent
commit
111b480945
1 ha cambiato i file con 0 aggiunte e 14 eliminazioni
  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
-}