Skip to content

Commit

Permalink
debian: stop sysvinit on ceph.prerm
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed May 20, 2013
1 parent d05a4e5 commit 2f193fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/ceph.prerm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

[ -x /sbin/stop ] && stop ceph-all || :
[ -x /usr/sbin/service ] && service ceph stop || :

exit 0

0 comments on commit 2f193fb

Please sign in to comment.