ceph/debian/ceph.prerm
Sage Weil 2f193fb931 debian: stop sysvinit on ceph.prerm
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-20 14:39:16 -07:00

6 lines
109 B
Bash

#!/bin/sh
[ -x /sbin/stop ] && stop ceph-all || :
[ -x /usr/sbin/service ] && service ceph stop || :
exit 0