summaryrefslogtreecommitdiff
path: root/script/systemd/mgw.service
diff options
context:
space:
mode:
Diffstat (limited to 'script/systemd/mgw.service')
-rw-r--r--script/systemd/mgw.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/systemd/mgw.service b/script/systemd/mgw.service
index 4a19563..1c920d0 100644
--- a/script/systemd/mgw.service
+++ b/script/systemd/mgw.service
@@ -1,4 +1,5 @@
[Service]
+Environment=LD_LIBRARY_PATH=/opt/MESA/lib/:${LD_LIBRARY_PATH}
ExecStart=/bin/bash /opt/mgw/script/systemd/mgw.sh start
ExecStop=/bin/bash /opt/mgw/script/systemd/mgw.sh stop
Restart=always