summarylogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd3
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd b/systemd
index 609447e16373..9e3659081ca2 100644
--- a/systemd
+++ b/systemd
@@ -3,7 +3,8 @@ Description=LogMeIn Hamachi daemon
After=local-fs.target network.target
[Service]
-ExecStart=/opt/logmein-hamachi/bin/hamachid
+Environment=LD_LIBRARY_PATH=/opt/logmein-hamachi/glibc225lib/
+ExecStart=/opt/logmein-hamachi/glibc225lib/ld-2.25.so /opt/logmein-hamachi/bin/hamachid
Type=forking
[Install]