mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-25 16:13:05 +00:00
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
@ -9,5 +9,5 @@ start () {
|
||||
}
|
||||
|
||||
stop() {
|
||||
killall crond
|
||||
killall -9 crond
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user