You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
* Fixes of bugs from ASAN warnings, part one * MQC as static library, with nifty counter for global map and mutex * Switch clang to 16 * link messageqcpp to execplan
21 lines
462 B
SYSTEMD
21 lines
462 B
SYSTEMD
[Unit]
|
|
Description=WriteEngineServer
|
|
|
|
# restart/stop mcs-writeengineserver on restart/stop of mcs-primproc
|
|
# PartOf=mcs-primproc.service
|
|
After=network.target mcs-primproc.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
|
|
User=@DEFAULT_USER@
|
|
Group=@DEFAULT_GROUP@
|
|
LimitNOFILE=65536
|
|
LimitNPROC=65536
|
|
LimitCORE=@CORE_DUMPS@
|
|
|
|
ExecStart=/usr/bin/env bash -c "@WRITEENGINE_ALLOC_CONFIG@ @LD_PRELOAD_STRING@ exec @ENGINE_BINDIR@/WriteEngineServer"
|
|
|
|
Restart=on-failure
|
|
TimeoutStopSec=20
|