summarylogtreecommitdiffstats
path: root/tinc@.service
diff options
context:
space:
mode:
authorMartin Weinelt2015-09-28 03:11:55 +0200
committerMartin Weinelt2015-09-28 03:11:55 +0200
commit123b8c5127828cac62b0bcdc854db366d3d41b99 (patch)
treeb9cf5cc1115ecf88faf105343b718b91bccacd3e /tinc@.service
parent395579a93f33f8f3dfdf4725b3a5f06856bc4863 (diff)
downloadaur-123b8c5127828cac62b0bcdc854db366d3d41b99.tar.gz
Update 1.1pre11.173 and use the shipped systemd unit
Diffstat (limited to 'tinc@.service')
-rw-r--r--tinc@.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/tinc@.service b/tinc@.service
deleted file mode 100644
index 9be81b41dad3..000000000000
--- a/tinc@.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=tinc vpn on network %i
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/tincd --user=nobody --net=%i
-ExecReload=/usr/bin/tinc --net %I reload
-Restart=on-abnormal
-
-[Install]
-WantedBy=multi-user.target