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