mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
030bf8aaa1
This avoids errors on non-upstart distros (like wheezy). Signed-off-by: Sage Weil <sage@inktank.com>
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/sh
|
|
|
|
[ -x /sbin/stop ] && stop ceph-all || :
|
|
|
|
exit 0 |