#!/bin/sh set -e if [ "${1}" = "configure" ] || [ "$1" = "reconfigure" ] ; then deb-systemd-invoke try-restart ceph-mgr.target fi #DEBHELPER# exit 0