f18e53e4e7
- original uses %I which does not escaping, so dashes will be replaced by slashes - use %i instead of %I
11 lines
283 B
Django/Jinja
11 lines
283 B
Django/Jinja
[Unit]
|
|
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
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|