Make systemd service file handling identical to tinc 1.1.
[oweals/tinc.git] / distro / tinc.service
diff --git a/distro/tinc.service b/distro/tinc.service
deleted file mode 100644 (file)
index 1f015f0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# This is a mostly empty service, but allows commands like stop, start, reload
-# to propagate to all tinc@ service instances.
-
-[Unit]
-Description=Tinc VPN
-After=network.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/bin/true
-ExecReload=/bin/true
-WorkingDirectory=/etc/tinc
-
-[Install]
-WantedBy=multi-user.target