From: Tomas Krizek Date: Wed, 17 Apr 2019 14:30:54 +0000 (+0200) Subject: distro/deb: daemon-reload after http installation X-Git-Tag: v4.0.0~1^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fbcc9b94da4c6511fc05f18c68012ced0a80b57;p=thirdparty%2Fknot-resolver.git distro/deb: daemon-reload after http installation --- 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