From 2f193fb931ed09d921e6fa5a985ab87aa4874589 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 20 May 2013 13:34:27 -0700 Subject: [PATCH] debian: stop sysvinit on ceph.prerm Signed-off-by: Sage Weil --- debian/ceph.prerm | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/ceph.prerm b/debian/ceph.prerm index 557a1dbdac052..4aac21400a9aa 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