Skip to content

Commit 80ffb18

Browse files
committed
use SIGKILL instead of default signal
1 parent 420f2f3 commit 80ffb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gentoo/init.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stop() {
3131
fi
3232

3333
ebegin "Stopping ${SVCNAME}"
34-
kill ${PID}
34+
kill -9 ${PID}
3535

3636
i=0
3737
while ( test -f "${PIDFILE}" && pgrep -P ${PID} diamond >/dev/null ) \

0 commit comments

Comments
 (0)