ab1fd548a6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30625 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
146 B
Bash
14 lines
146 B
Bash
#!/bin/sh /etc/rc.common
|
|
|
|
START=65
|
|
|
|
SERVICE_DAEMONIZE=1
|
|
|
|
start() {
|
|
service_start /usr/bin/owwnogui
|
|
}
|
|
|
|
stop() {
|
|
service_stop /usr/bin/owwnogui
|
|
}
|