From 162f7d09612d11afdf37eba5d869f21c1559086e Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Wed, 22 Jul 2015 17:41:48 +0300 Subject: [PATCH] Added daemon-reload to the postinst script. --- etc/postinst.in | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/postinst.in b/etc/postinst.in index 30e45f806..bbfb55e73 100755 --- a/etc/postinst.in +++ b/etc/postinst.in @@ -44,6 +44,7 @@ fi if [ -d "/usr/lib/systemd/system" -a -f @CMAKE_INSTALL_PREFIX@/@MAXSCALE_SHAREDIR@/maxscale.service ] then cp @CMAKE_INSTALL_PREFIX@/@MAXSCALE_SHAREDIR@/maxscale.service /usr/lib/systemd/system + systemctl daemon-reload fi /sbin/ldconfig