mirror of https://github.com/hak5/openwrt.git
Send a kill signal to cron, otherwise two instances could be running (#1923)
SVN-Revision: 7704lede-17.01
parent
cc6a10de5b
commit
0aeee1f572
|
@ -9,5 +9,5 @@ start () {
|
|||
}
|
||||
|
||||
stop() {
|
||||
killall crond
|
||||
killall -9 crond
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue