1
0
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:
Jose Rojas
2021-01-22 19:32:03 +00:00
parent 222b214287
commit e25a48f439
5 changed files with 3 additions and 5 deletions

View File

@ -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"