Optionally install systemd service files.
[tinc] / systemd / Makefile.am
diff --git a/systemd/Makefile.am b/systemd/Makefile.am
new file mode 100644 (file)
index 0000000..a1bfe12
--- /dev/null
@@ -0,0 +1,4 @@
+if WITH_SYSTEMD
+systemddir = @systemd_path@
+dist_systemd_DATA = tinc.service tinc@.service
+endif