summaryrefslogtreecommitdiffstats
path: root/debian/ceph-mgr-cephadm.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:46:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:46:10 +0000
commit7050cdb205fd1b1b847c148092a8548f00a061c0 (patch)
tree05a497ffd12f14405445c3288085e228f4e8579f /debian/ceph-mgr-cephadm.postinst
parentAdding upstream version 16.2.11+ds. (diff)
downloadceph-66b327c0b0f35bc6c97ecea4c45d5807b04ac406.tar.xz
ceph-66b327c0b0f35bc6c97ecea4c45d5807b04ac406.zip
Adding debian version 16.2.11+ds-2.debian/16.2.11+ds-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/ceph-mgr-cephadm.postinst')
-rw-r--r--debian/ceph-mgr-cephadm.postinst11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/ceph-mgr-cephadm.postinst b/debian/ceph-mgr-cephadm.postinst
new file mode 100644
index 000000000..18731dd07
--- /dev/null
+++ b/debian/ceph-mgr-cephadm.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if [ "${1}" = "configure" ] || [ "$1" = "reconfigure" ] ; then
+ deb-systemd-invoke try-restart ceph-mgr.target
+fi
+
+#DEBHELPER#
+
+exit 0