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

SVN-Revision: 7704
master
Florian Fainelli 17 years ago
parent cc6a10de5b
commit 0aeee1f572
  1. 2
      package/busybox/files/cron

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

Loading…
Cancel
Save