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:16 -0700 |
commit | 2f193fb931ed09d921e6fa5a985ab87aa4874589 (patch) | |
tree | e250915b4119463890d77a856627cdef9418118b /debian | |
parent | d05a4e55746a4c3dd1683618aa2db2499f3fc0bf (diff) | |
download | ceph-2f193fb931ed09d921e6fa5a985ab87aa4874589.tar.gz |
debian: stop sysvinit on ceph.prerm
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'debian')
-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 |