mirror of
https://github.com/neocturne/fastd.git
synced 2025-05-14 20:25:08 +02:00
11 lines
249 B
Desktop File
11 lines
249 B
Desktop File
[Unit]
|
|
Description=Fastd and Secure Tunneling Daemon (connection %i)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/fastd -c /etc/fastd/%i/fastd.conf --daemon
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|