You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +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:
@ -6,6 +6,7 @@ After=network.target mcs-storagemanager.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/env bash -c "@ENGINE_BINDIR@/mcs-loadbrm.py && sleep 2"
|
ExecStart=/usr/bin/env bash -c "@ENGINE_BINDIR@/mcs-loadbrm.py && sleep 2"
|
||||||
|
EnvironmentFile=-/etc/columnstore/systemd.env
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=mcs-workernode@1.service mcs-workernode@2.service
|
WantedBy=mcs-workernode@1.service mcs-workernode@2.service
|
||||||
|
@ -16,3 +16,5 @@ ExecStopPost=/usr/bin/env bash -c "clearShm > /dev/null 2>&1"
|
|||||||
|
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
TimeoutStopSec=120
|
TimeoutStopSec=120
|
||||||
|
|
||||||
|
EnvironmentFile=-/etc/columnstore/systemd.env
|
||||||
|
Reference in New Issue
Block a user