1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-01 01:22:04 +03:00

Merge pull request #1244 from drrtuy/fix-systemd

Systemd doesn't complain about relative path anymore.
This commit is contained in:
Roman Nozdrin
2020-05-31 19:25:35 +03:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ After=mcs-controllernode.service
[Service]
Type=simple
ExecStart=/usr/bin/env bash -c "LD_PRELOAD=$(ldconfig -p | grep -m1 libjemalloc | awk '{print $1}') exec @ENGINE_BINDIR@/PrimProc"
ExecStartPost=sleep 2
ExecStartPost=/bin/sleep 2
Restart=on-failure
TimeoutStopSec=2