diff options
Diffstat (limited to 'net-misc/logmein-hamachi/files/logmein-hamachi.service')
-rw-r--r-- | net-misc/logmein-hamachi/files/logmein-hamachi.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/logmein-hamachi/files/logmein-hamachi.service b/net-misc/logmein-hamachi/files/logmein-hamachi.service new file mode 100644 index 000000000000..609447e16373 --- /dev/null +++ b/net-misc/logmein-hamachi/files/logmein-hamachi.service @@ -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 |