1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
ZyXEL_VMG8623-T50B/vmg8623_t50b_default_release/package/ubus/files/ubus.init

15 lines
154 B
Bash
Executable File

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