service: fixed path to binary, auto install service
diff --git a/netopeerguid.service.in b/netopeerguid.service.in
index 14abbf2..291f161 100644
--- a/netopeerguid.service.in
+++ b/netopeerguid.service.in
@@ -21,7 +21,7 @@
 [Service]
 Type=simple
 Environment=LANG=C
-ExecStart=@bindir@/netopeerguid
+ExecStart=@absbindir@/netopeerguid
 KillMode=process
 PrivateTmp=false