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
|
||||
|
||||
|
||||
START=10
|
||||
STOP=15
|
||||
|
||||
start() {
|
||||
echo start
|
||||
# commands to launch application
|
||||
}
|
||||
|
||||
stop() {
|
||||
echo stop
|
||||
# commands to kill application
|
||||
start() {
|
||||
/opt/CronoSagent/cronosagent.sh 6
|
||||
}
|
||||
|
||||
stop() {
|
||||
killall cronosagent
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/usr/lib/lua/luci/controller/cronosagent.lua
|
||||
/usr/lib/lua/luci/model/cbi/cronosagent/configure.lua
|
||||
/etc/config/cronosagent
|
||||
/etc/init.d/cronosagent
|
||||
|
|
Loading…
Add table
Reference in a new issue