systemd-fastd 289 B

123456789101112
  1. [Unit]
  2. Description=Fast and Secure Tunnelling Daemon (connection %I)
  3. After=network.target
  4. [Service]
  5. Type=notify
  6. ExecStart=/usr/local/bin/fastd --syslog-level info --syslog-ident fastd@%I -c /etc/fastd/%I/fastd.conf
  7. ExecReload=/bin/kill -HUP $MAINPID
  8. [Install]
  9. WantedBy=multi-user.target