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
23 lines
446 B
SYSTEMD
23 lines
446 B
SYSTEMD
[Unit]
|
|
Description=mcs-dmlproc
|
|
|
|
# restart/stop mcs-dmlproc on restart/stop of mcs-writeengineserver
|
|
# PartOf=mcs-writeengineserver.service
|
|
After=network.target mcs-writeengineserver.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
|
|
User=@DEFAULT_USER@
|
|
Group=@DEFAULT_GROUP@
|
|
LimitNOFILE=65536
|
|
LimitNPROC=65536
|
|
LimitCORE=@CORE_DUMPS@
|
|
|
|
Environment="@DMLPROC_ALLOC_CONFIG@"
|
|
ExecStart=@ENGINE_BINDIR@/DMLProc
|
|
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
TimeoutStopSec=900
|