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:16 -0700
commit2f193fb931ed09d921e6fa5a985ab87aa4874589 (patch)
treee250915b4119463890d77a856627cdef9418118b
parentd05a4e55746a4c3dd1683618aa2db2499f3fc0bf (diff)
downloadceph-2f193fb931ed09d921e6fa5a985ab87aa4874589.tar.gz
debian: stop sysvinit on ceph.prerm
Signed-off-by: Sage Weil <sage@inktank.com>
-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