You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user