summarylogtreecommitdiffstats
path: root/tinc.service
diff options
context:
space:
mode:
Diffstat (limited to 'tinc.service')
-rw-r--r--tinc.service20
1 files changed, 0 insertions, 20 deletions
diff --git a/tinc.service b/tinc.service
deleted file mode 100644
index d911fa78484b..000000000000
--- a/tinc.service
+++ /dev/null
@@ -1,20 +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
-Documentation=info:tinc
-Documentation=man:tinc(8) man:tinc.conf(5)
-Documentation=http://tinc-vpn.org/docs/
-After=network.target
-Wants=network.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/bin/true
-ExecReload=/bin/true
-WorkingDirectory=/etc/tinc
-
-[Install]
-WantedBy=multi-user.target