lantiq: Tune the XWAY subtarget cflags
[openwrt/staging/wigyori.git] / package / ubus / files / ubus.init
1 #!/bin/sh /etc/rc.common
2
3 START=11
4
5 SERVICE_DAEMONIZE=1
6 SERVICE_WRITE_PID=1
7
8 start() {
9 service_start /sbin/ubusd
10 }
11
12 stop() {
13 service_stop /sbin/ubusd
14 }