From 0fbcc9b94da4c6511fc05f18c68012ced0a80b57 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 17 Apr 2019 16:30:54 +0200 Subject: [PATCH] distro/deb: daemon-reload after http installation --- distro/deb/knot-resolver-module-http.postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 distro/deb/knot-resolver-module-http.postinst diff --git a/distro/deb/knot-resolver-module-http.postinst b/distro/deb/knot-resolver-module-http.postinst new file mode 100644 index 000000000..fe81becc0 --- /dev/null +++ b/distro/deb/knot-resolver-module-http.postinst @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +if [ "$1" = "configure" ]; then + systemctl daemon-reload || true +fi -- 2.47.2