From 3e92a28369a45010890fc74036cfae7faf1d3d2e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 24 Mar 2014 18:19:11 +0100 Subject: Move systemd service file from examples dir to doc --- doc/fastd@.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/fastd@.service (limited to 'doc') 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 -- cgit v1.2.3