Added init.d script for OpenWRT
This commit is contained in:
parent
4a79416649
commit
3008556106
5 changed files with 14 additions and 0 deletions
14
OpenWRT/init.d/cronosagent
Normal file
14
OpenWRT/init.d/cronosagent
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=10
|
||||
STOP=15
|
||||
|
||||
start() {
|
||||
echo start
|
||||
# commands to launch application
|
||||
}
|
||||
|
||||
stop() {
|
||||
echo stop
|
||||
# commands to kill application
|
||||
}
|
Loading…
Add table
Reference in a new issue