From 1786ce2374d944635e7cce4084a319258d5f645e Mon Sep 17 00:00:00 2001 From: Michael Razuvaev Date: Tue, 16 Dec 2008 09:07:13 +0000 Subject: [PATCH] =?UTF-8?q?Metrica:=20=09=D0=B2=20=D1=88=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D0=BE=D0=BD=D0=B5=20=D0=B4=D0=BB=D1=8F=20init=20=D1=81=D0=BA?= =?UTF-8?q?=D1=80=D0=B8=D0=BF=D1=82=D0=BE=D0=B2=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=81=D1=8B=D0=BB=D0=BA=D0=B0=20=D1=81=D0=B8=D0=B3=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D0=B0=20SIGKILL=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BD=D0=B0=20SIGINT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/init.d/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/init.d/template b/tools/init.d/template index dd966d60de5..42b510183bb 100755 --- a/tools/init.d/template +++ b/tools/init.d/template @@ -76,7 +76,7 @@ stop() echo -n "Stop $PROGRAM service: " if isrun; then - kill -9 `cat "$PIDFILE"` + kill -INT `cat "$PIDFILE"` wait4done rm -f "$LOCKFILE" fi