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
22 lines
416 B
SYSTEMD
22 lines
416 B
SYSTEMD
[Unit]
|
|
Description=mcs-ddlproc
|
|
|
|
# restart/start mcs-ddlproc on restart/start of mcs-writeengineserver
|
|
# PartOf=mcs-writeengineserver.service
|
|
After=network.target mcs-dmlproc.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
|
|
User=@DEFAULT_USER@
|
|
Group=@DEFAULT_GROUP@
|
|
LimitNOFILE=65536
|
|
LimitNPROC=65536
|
|
LimitCORE=@CORE_DUMPS@
|
|
|
|
Environment="@DDLPROC_ALLOC_CONFIG@"
|
|
ExecStart=@ENGINE_BINDIR@/DDLProc
|
|
|
|
Restart=on-failure
|
|
TimeoutStopSec=2
|