This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2025-02-02 08:22:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6673b2d3aa
ceph
/
debian
/
ceph.prerm
5 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
debian: start/stop ceph-all event on install/uninstall This helps us avoid the confusing situation with upstart where an individual daemon job is running (like ceph-osd id=2) but the container jobs ceph-osd-all and ceph-all are not. Signed-off-by: Sage Weil <sage@inktank.com>
2013-02-14 05:47:30 +00:00
#!/bin/sh
debian: only start/stop upstart jobs if upstart is present This avoids errors on non-upstart distros (like wheezy). Signed-off-by: Sage Weil <sage@inktank.com>
2013-04-30 00:01:55 +00:00
[ -x /sbin/stop ] && stop ceph-all || :
debian: start/stop ceph-all event on install/uninstall This helps us avoid the confusing situation with upstart where an individual daemon job is running (like ceph-osd id=2) but the container jobs ceph-osd-all and ceph-all are not. Signed-off-by: Sage Weil <sage@inktank.com>
2013-02-14 05:47:30 +00:00
exit 0
Reference in New Issue
Copy Permalink