forked from FF-RGB/ansible
13 lines
326 B
SYSTEMD
13 lines
326 B
SYSTEMD
|
[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
|
||
|
ExecStopPost=/bin/rm -f /run/fastd-%I.sock
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|