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-mds.postinst | |
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-mds.postinst')
-rw-r--r-- | debian/ceph-mds.postinst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/ceph-mds.postinst b/debian/ceph-mds.postinst index b69efedaafb..2fad7537b94 100644 --- a/debian/ceph-mds.postinst +++ b/debian/ceph-mds.postinst @@ -24,8 +24,6 @@ set -e case "$1" in configure) - [ -x /sbin/start ] && start ceph-mds-all || : - if ! dpkg-statoverride --list /var/lib/ceph/mds >/dev/null then chown $SERVER_USER:$SERVER_GROUP /var/lib/ceph/mds |