Send a kill signal to cron, otherwise two instances could be running (#1923)
SVN-Revision: 7704
This commit is contained in:
parent
cc6a10de5b
commit
0aeee1f572
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ start () {
|
|||
}
|
||||
|
||||
stop() {
|
||||
killall crond
|
||||
killall -9 crond
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue