diff options
author | Sage Weil <sage@inktank.com> | 2013-05-20 13:34:27 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-20 14:39:40 -0700 |
commit | 85fb422a084785176af3b694882964841e02195d (patch) | |
tree | 9c2d9edd5ce00f456c5e8a92d08b468853d19118 | |
parent | eac3cd2d8334db7c70cbba433610136ff76e447f (diff) | |
download | ceph-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.prerm | 1 |
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 |