summaryrefslogtreecommitdiffstats
path: root/doc/fastd@.service
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-09-08 22:40:27 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-09-08 22:40:27 +0200
commit2eb0efacac35c2f8829d64f9293030f239bf79f1 (patch)
tree0658f781c114faa70200a0024cbcec49d41b5f90 /doc/fastd@.service
parent80b1412c65a7a7e209c66684cf78e2ab13cfd5e6 (diff)
downloadfastd-2eb0efacac35c2f8829d64f9293030f239bf79f1.tar
fastd-2eb0efacac35c2f8829d64f9293030f239bf79f1.zip
Move systemd unit to a new doc/examples dir, add OpenWrt example config and init script
Diffstat (limited to 'doc/fastd@.service')
-rw-r--r--doc/fastd@.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/fastd@.service b/doc/fastd@.service
deleted file mode 100644
index 63cc941..0000000
--- a/doc/fastd@.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Fast and Secure Tunnelling Daemon (connection %I)
-After=network.target
-
-[Service]
-Type=notify
-ExecStart=/usr/bin/fastd --syslog-level info --syslog-ident fastd@%I -c /etc/fastd/%I/fastd.conf
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target