Add systemd service files.
[tinc] / distro / Makefile.am
diff --git a/distro/Makefile.am b/distro/Makefile.am
new file mode 100644 (file)
index 0000000..4e41f3b
--- /dev/null
@@ -0,0 +1,5 @@
+if HAVE_SYSTEMD
+systemdsystemunit_DATA = \
+       tinc.service \
+       tinc@.service
+endif