From 08fcf91bd5b11080bf8b41486d004ce534f60c78 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 4 Feb 2024 00:12:09 +0800 Subject: 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 --- debian/ceph-osd.prerm | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/ceph-osd.prerm') 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 -- cgit v1.2.3