diff options
| author | 崔一鸣 <[email protected]> | 2018-12-16 23:20:37 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2018-12-16 23:20:37 +0800 |
| commit | 1587f0692416897e4610d58c7515ea9dcaf06778 (patch) | |
| tree | 9702b4532ec06b0b99a70e75389fcf707e4afe18 /script/systemd/mgw.service | |
| parent | 7b41c985869b55af2377abfea8653aaefb5a2269 (diff) | |
修改部署脚本1.1.0
Diffstat (limited to 'script/systemd/mgw.service')
| -rw-r--r-- | script/systemd/mgw.service | 1 |
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 |
