From 4ebf19b48fafc8d94e14e4ba779969613b241a6a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 21 Jun 2013 16:54:37 +0000 Subject: packages: clean up the package folder Signed-off-by: John Crispin SVN-Revision: 37007 --- package/system/ubus/files/ubus.init | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 package/system/ubus/files/ubus.init (limited to 'package/system/ubus/files') diff --git a/package/system/ubus/files/ubus.init b/package/system/ubus/files/ubus.init new file mode 100755 index 0000000000..70fe21c6aa --- /dev/null +++ b/package/system/ubus/files/ubus.init @@ -0,0 +1,14 @@ +#!/bin/sh /etc/rc.common + +START=11 + +SERVICE_DAEMONIZE=1 +SERVICE_WRITE_PID=1 + +start() { + service_start /sbin/ubusd +} + +stop() { + service_stop /sbin/ubusd +} -- cgit v1.2.3