4
Fork 0

Forgot to add readme to update

This commit is contained in:
R3ABM Artem 2016-08-02 08:33:03 +03:00
parent 3008556106
commit 7ea257e000
2 changed files with 8 additions and 9 deletions

View file

@ -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
}

View file

@ -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