summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-20 14:23:11 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-20 14:23:11 +0200
commit956e414d7baa56198a583adf130798cbe80f6cb9 (patch)
tree17e9a471557c43c5e4e5dfca627a6f9b8336d737 /doc
parent56c72080acac36c153f3510cbb503b33a3c61dba (diff)
downloadfastd-956e414d7baa56198a583adf130798cbe80f6cb9.tar
fastd-956e414d7baa56198a583adf130798cbe80f6cb9.zip
Use unescaped instance name in systemd unit
Diffstat (limited to 'doc')
-rw-r--r--doc/fastd@.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fastd@.service b/doc/fastd@.service
index 47c30c1..63cc941 100644
--- a/doc/fastd@.service
+++ b/doc/fastd@.service
@@ -1,10 +1,10 @@
[Unit]
-Description=Fast and Secure Tunnelling Daemon (connection %i)
+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
+ExecStart=/usr/bin/fastd --syslog-level info --syslog-ident fastd@%I -c /etc/fastd/%I/fastd.conf
ExecReload=/bin/kill -HUP $MAINPID
[Install]