diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-03-24 18:19:11 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-03-24 18:19:11 +0100 |
commit | 3e92a28369a45010890fc74036cfae7faf1d3d2e (patch) | |
tree | a7c61bde4861f531e2b56b746e92fa007c008733 /doc/fastd@.service | |
parent | 4d77b7247f80a031b22d3259c470a489604df422 (diff) | |
download | fastd-3e92a28369a45010890fc74036cfae7faf1d3d2e.tar fastd-3e92a28369a45010890fc74036cfae7faf1d3d2e.zip |
Move systemd service file from examples dir to doc
Diffstat (limited to 'doc/fastd@.service')
-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 |