summarylogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd b/systemd
new file mode 100644
index 000000000000..609447e16373
--- /dev/null
+++ b/systemd
@@ -0,0 +1,10 @@
+[Unit]
+Description=LogMeIn Hamachi daemon
+After=local-fs.target network.target
+
+[Service]
+ExecStart=/opt/logmein-hamachi/bin/hamachid
+Type=forking
+
+[Install]
+WantedBy=multi-user.target