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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue