Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MXS-2810: Fix CentOS 6 regression
MaxScale wasn't stopped if the system didn't use systemd.
  • Loading branch information
markus456 committed Feb 24, 2020
1 parent 61050ed commit 13658fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/postrm.in
Expand Up @@ -7,6 +7,7 @@ if [ "$1" = "0" ] || [ "$1" = "remove" ]
then
if [ -f /etc/init.d/maxscale ]
then
/etc/init.d/maxscale stop
rm /etc/init.d/maxscale
fi

Expand Down

0 comments on commit 13658fe

Please sign in to comment.