service: fixed name of file in Makefile.am
diff --git a/Makefile.am b/Makefile.am
index 56b967c..a5910e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@
 DISTCHECK_CONFIGURE_FLAGS="--without-systemd"
 if HAVE_SYSTEMD
 systemddir=@SYSTEMD_UNIT_DIR@
-systemd_DATA=nemea-supervisor.service
+systemd_DATA=netopeerguid.service
 endif
 
 if MAKE_RPMS