Forgot to add readme to update
This commit is contained in:
parent
3008556106
commit
7ea257e000
2 changed files with 8 additions and 9 deletions
|
@ -1,14 +1,12 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
|
|
||||||
START=10
|
START=10
|
||||||
STOP=15
|
STOP=15
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
echo start
|
/opt/CronoSagent/cronosagent.sh 6
|
||||||
# commands to launch application
|
}
|
||||||
}
|
|
||||||
|
stop() {
|
||||||
stop() {
|
killall cronosagent
|
||||||
echo stop
|
|
||||||
# commands to kill application
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
/usr/lib/lua/luci/controller/cronosagent.lua
|
/usr/lib/lua/luci/controller/cronosagent.lua
|
||||||
/usr/lib/lua/luci/model/cbi/cronosagent/configure.lua
|
/usr/lib/lua/luci/model/cbi/cronosagent/configure.lua
|
||||||
/etc/config/cronosagent
|
/etc/config/cronosagent
|
||||||
|
/etc/init.d/cronosagent
|
||||||
|
|
Loading…
Add table
Reference in a new issue