diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fastd@.service | 11 |
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 |