ceph/debian/ceph.prerm

5 lines
37 B
Bash

#!/bin/sh
stop ceph-all || :
exit 0