summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-05-20 13:34:27 -0700
committerSage Weil <sage@inktank.com>2013-05-20 14:39:40 -0700
commit85fb422a084785176af3b694882964841e02195d (patch)
tree9c2d9edd5ce00f456c5e8a92d08b468853d19118
parenteac3cd2d8334db7c70cbba433610136ff76e447f (diff)
downloadceph-85fb422a084785176af3b694882964841e02195d.tar.gz
debian: stop sysvinit on ceph.prerm
Signed-off-by: Sage Weil <sage@inktank.com> (cherry picked from commit 2f193fb931ed09d921e6fa5a985ab87aa4874589)
-rw-r--r--debian/ceph.prerm1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/ceph.prerm b/debian/ceph.prerm
index 557a1dbdac0..4aac21400a9 100644
--- a/debian/ceph.prerm
+++ b/debian/ceph.prerm
@@ -1,5 +1,6 @@
#!/bin/sh
[ -x /sbin/stop ] && stop ceph-all || :
+[ -x /usr/sbin/service ] && service ceph stop || :
exit 0 \ No newline at end of file