1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-3914 Changed start/stop sequence to align it with the underlying dynamic systemd start order.

This commit is contained in:
Roman Nozdrin
2020-06-05 11:47:05 +00:00
parent 2915f83a46
commit ea1809dc1f
4 changed files with 9 additions and 8 deletions

View File

@ -4,11 +4,11 @@
/bin/systemctl stop mcs-dmlproc
/bin/systemctl stop mcs-ddlproc
/bin/systemctl stop mcs-primproc
/bin/systemctl stop mcs-writeengineserver
/bin/systemctl stop mcs-storagemanager
/bin/systemctl stop mcs-exemgr
/bin/systemctl stop mcs-writeengineserver
/bin/systemctl stop mcs-primproc
/bin/systemctl stop mcs-controllernode
/bin/systemctl stop mcs-workernode
/bin/systemctl stop mcs-storagemanager
exit 0