From 2eb0efacac35c2f8829d64f9293030f239bf79f1 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 8 Sep 2014 22:40:27 +0200 Subject: Move systemd unit to a new doc/examples dir, add OpenWrt example config and init script --- doc/examples/fastd@.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/examples/fastd@.service (limited to 'doc/examples/fastd@.service') 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 -- cgit v1.2.3