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