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 #!/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
} }

View file

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