Skip to content

Commit

Permalink
use SIGKILL instead of default signal
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 committed May 30, 2013
1 parent 420f2f3 commit 80ffb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gentoo/init.d
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stop() {
fi

ebegin "Stopping ${SVCNAME}"
kill ${PID}
kill -9 ${PID}

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

0 comments on commit 80ffb18

Please sign in to comment.