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 +++++++++++ examples/fastd@.service | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 doc/fastd@.service delete mode 100644 examples/fastd@.service 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 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 -- cgit v1.2.3