You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Cleanup sleeps from systemd units
This commit is contained in:
@ -15,7 +15,6 @@ flock -n "$fd_lock" || exit 0
|
||||
/bin/systemctl start mcs-exemgr
|
||||
/bin/systemctl start mcs-dmlproc
|
||||
/bin/systemctl start mcs-ddlproc
|
||||
sleep 2
|
||||
su -s /bin/sh -c '@ENGINE_BINDIR@/dbbuilder 7' @DEFAULT_USER@ 1> /tmp/columnstore_tmp_files/dbbuilder.log
|
||||
|
||||
flock -u "$fd_lock"
|
||||
|
Reference in New Issue
Block a user