summaryrefslogtreecommitdiffstats
path: root/debian/ceph-osd.prerm
diff options
context:
space:
mode:
authorKefu Chai <tchaikov@gmail.com>2024-02-03 17:12:09 +0100
committerKefu Chai <tchaikov@gmail.com>2024-02-03 17:19:38 +0100
commit08fcf91bd5b11080bf8b41486d004ce534f60c78 (patch)
treec70f9af4c6f0f8e07d10d079f6b6142fc4fcfc74 /debian/ceph-osd.prerm
parentMerge pull request #54312 from dvanders/dvanders_mcltf_true (diff)
downloadceph-08fcf91bd5b11080bf8b41486d004ce534f60c78.tar.xz
ceph-08fcf91bd5b11080bf8b41486d004ce534f60c78.zip
debian: do not use upstart to start/stop services
we dropped the support of upstart back in 2c755cef. there is no need to support it anymore. Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Diffstat (limited to 'debian/ceph-osd.prerm')
-rw-r--r--debian/ceph-osd.prerm1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/ceph-osd.prerm b/debian/ceph-osd.prerm
index 40f07b62152..93c459614e4 100644
--- a/debian/ceph-osd.prerm
+++ b/debian/ceph-osd.prerm
@@ -5,7 +5,6 @@ set -e
case "$1" in
remove)
- [ -x /sbin/stop ] && stop ceph-osd-all || true
invoke-rc.d ceph stop osd || {
RESULT=$?
if [ $RESULT != 100 ]; then