summaryrefslogtreecommitdiffstats
path: root/doc/examples/fastd@.service
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/fastd@.service')
-rw-r--r--doc/examples/fastd@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/examples/fastd@.service b/doc/examples/fastd@.service
new file mode 100644
index 0000000..63cc941
--- /dev/null
+++ b/doc/examples/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 --syslog-level info --syslog-ident fastd@%I -c /etc/fastd/%I/fastd.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target