You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Workernode template. Disable mcs-workdernode@2 during uninstall
This commit is contained in:
@ -83,6 +83,7 @@ if [ -n "$systemctl" ] && [ $(running_systemd) -eq 0 ]; then
|
||||
systemctl disable mcs-exemgr > /dev/null 2>&1
|
||||
systemctl disable mcs-primproc > /dev/null 2>&1
|
||||
systemctl disable mcs-workernode@1 > /dev/null 2>&1
|
||||
systemctl disable mcs-workernode@2 > /dev/null 2>&1
|
||||
systemctl disable mcs-writeengineserver > /dev/null 2>&1
|
||||
systemctl disable mcs-loadbrm > /dev/null 2>&1
|
||||
systemctl disable mcs-storagemanager > /dev/null 2>&1
|
||||
|
Reference in New Issue
Block a user