From: Yehuda Sadeh Date: Fri, 3 Oct 2008 19:07:07 +0000 (-0700) Subject: also kill crun when stopping the system X-Git-Tag: v0.4~38 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=09b1bc23ef0903b4206df486ed7c9a66948d77ab;p=ceph.git also kill crun when stopping the system --- diff --git a/src/stop.sh b/src/stop.sh index d62b42621d61..585a241b897c 100755 --- a/src/stop.sh +++ b/src/stop.sh @@ -1,2 +1,2 @@ #!/bin/sh -killall cmon cmds cosd +killall crun cmon cmds cosd