1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00
Files
mariadb-columnstore-engine/oam/install_scripts/mcs-dmlproc.service.in
Leonid Fedorov 2e1394149b MCOL-5464: Fixes of bugs from ASAN warnings, part one (#2792)
* 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
2023-04-04 02:33:23 +03:00

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