diff options
author | Kefu Chai <tchaikov@gmail.com> | 2024-02-03 17:12:09 +0100 |
---|---|---|
committer | Kefu Chai <tchaikov@gmail.com> | 2024-02-03 17:19:38 +0100 |
commit | 08fcf91bd5b11080bf8b41486d004ce534f60c78 (patch) | |
tree | c70f9af4c6f0f8e07d10d079f6b6142fc4fcfc74 /debian/ceph-osd.prerm | |
parent | Merge pull request #54312 from dvanders/dvanders_mcltf_true (diff) | |
download | ceph-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.prerm | 1 |
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 |