summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-03-24 18:19:11 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-03-24 18:19:11 +0100
commit3e92a28369a45010890fc74036cfae7faf1d3d2e (patch)
treea7c61bde4861f531e2b56b746e92fa007c008733 /doc
parent4d77b7247f80a031b22d3259c470a489604df422 (diff)
downloadfastd-3e92a28369a45010890fc74036cfae7faf1d3d2e.tar
fastd-3e92a28369a45010890fc74036cfae7faf1d3d2e.zip
Move systemd service file from examples dir to doc
Diffstat (limited to 'doc')
-rw-r--r--doc/fastd@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/fastd@.service b/doc/fastd@.service
new file mode 100644
index 0000000..a09cef4
--- /dev/null
+++ b/doc/fastd@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fast and Secure Tunnelling Daemon (connection %i)
+After=network.target
+
+[Service]
+Type=notify
+ExecStart=/usr/bin/fastd -c /etc/fastd/%i/fastd.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target