1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Merge pull request #1521 from mariadb-corporation/brm-pythonpath-develop

Don't merge yet  pythonpath env for systemd brm units
This commit is contained in:
Roman Nozdrin
2020-10-27 18:11:33 +03:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ After=network.target mcs-storagemanager.service
[Service]
Type=oneshot
ExecStart=/usr/bin/env bash -c "@ENGINE_BINDIR@/mcs-loadbrm.py && sleep 2"
EnvironmentFile=-/etc/columnstore/systemd.env
[Install]
WantedBy=mcs-workernode@1.service mcs-workernode@2.service

View File

@ -16,3 +16,5 @@ ExecStopPost=/usr/bin/env bash -c "clearShm > /dev/null 2>&1"
Restart=on-failure
TimeoutStopSec=120
EnvironmentFile=-/etc/columnstore/systemd.env