You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-20 01:42:27 +03:00
11 lines
288 B
SYSTEMD
11 lines
288 B
SYSTEMD
[Unit]
|
|
Description=WriteEngineServer
|
|
PartOf=mcs-exemgr.service
|
|
After=mcs-exemgr.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/env bash -c "LD_PRELOAD=$(ldconfig -p | grep -m1 libjemalloc | awk '{print $1}') exec @ENGINE_BINDIR@/WriteEngineServer"
|
|
Restart=on-failure
|
|
TimeoutStopSec=20
|