MXS-2810: Stop MaxScale on uninstall
This commit is contained in:
parent
c18cbb7a6d
commit
4918914042
@ -17,9 +17,11 @@ then
|
||||
|
||||
if [ -f /usr/lib/systemd/system/maxscale.service ]
|
||||
then
|
||||
systemd stop maxscale.service
|
||||
rm /usr/lib/systemd/system/maxscale.service
|
||||
elif [ -f /lib/systemd/system/maxscale.service ]
|
||||
then
|
||||
systemd stop maxscale.service
|
||||
rm /lib/systemd/system/maxscale.service
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user