From 08052a3c69886c72a3816a0dcff8c7e48f0c1c6d Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 22 Jun 2007 08:47:29 +0000 Subject: Send a kill signal to cron, otherwise two instances could be running (#1923) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7704 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/files/cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox') diff --git a/package/busybox/files/cron b/package/busybox/files/cron index cf0f725d3e..9bc89d81ca 100755 --- a/package/busybox/files/cron +++ b/package/busybox/files/cron @@ -9,5 +9,5 @@ start () { } stop() { - killall crond + killall -9 crond } -- cgit v1.2.3