1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-22 00:22:07 +03:00
Files
mariadb-columnstore-engine/cmapi/engine_files/mcs-workernode.service
mariadb-AlanMologorsky a079a2c944 MCOL-5496: Merge CMAPI code to engine repo.
[add] cmapi code to engine
2023-06-07 10:00:16 +03:00

14 lines
363 B
Desktop File

[Unit]
Description=mcs-workernode
After=mcs-loadbrm.service
[Service]
Type=simple
ExecStart=/usr/bin/workernode DBRM_Worker1 fg
Restart=on-failure
ExecStop=/usr/bin/env bash -c "kill -15 $MAINPID"
ExecStopPost=-/usr/bin/mcs-savebrm.py
ExecStopPost=/usr/bin/env bash -c "clearShm > /dev/null 2>&1"
TimeoutStopSec=120
EnvironmentFile=-/etc/columnstore/systemd.env