From c18cbb7a6dbeab2abacea44a5567397660b7f94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 10 Jan 2020 09:44:20 +0200 Subject: [PATCH] MXS-2758: Enable MaxScale after installation --- etc/postinst.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/postinst.in b/etc/postinst.in index 64b5158a2..d3bd4e947 100755 --- a/etc/postinst.in +++ b/etc/postinst.in @@ -54,6 +54,8 @@ then mkdir -p /usr/lib/systemd/system/maxscale.service.d systemctl daemon-reload fi + + systemctl enable maxscale.service else if [ -d "/etc/init/" ] && [ -f "@CMAKE_INSTALL_PREFIX@/@MAXSCALE_SHAREDIR@/upstart/maxscale.conf" ] then