Send a kill signal to cron, otherwise two instances could be running (#1923)

SVN-Revision: 7704
lede-17.01
Florian Fainelli 2007-06-22 08:47:29 +00:00
parent cc6a10de5b
commit 0aeee1f572
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ start () {
}
stop() {
killall crond
killall -9 crond
}