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 /examples | |
parent | 4d77b7247f80a031b22d3259c470a489604df422 (diff) | |
download | fastd-3e92a28369a45010890fc74036cfae7faf1d3d2e.tar fastd-3e92a28369a45010890fc74036cfae7faf1d3d2e.zip |
Move systemd service file from examples dir to doc
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fastd@.service | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/fastd@.service b/examples/fastd@.service deleted file mode 100644 index a09cef4..0000000 --- a/examples/fastd@.service +++ /dev/null @@ -1,11 +0,0 @@ -[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 |