ansible-ffibk/roles/service-fastd/templates/fastd@.service.j2

12 lines
283 B
Plaintext
Raw Normal View History

[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