mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
add mDNS responder for mixed in hostname lookup and key based lookup
This commit is contained in:
parent
559e31c502
commit
ac72653627
11 changed files with 355 additions and 3 deletions
16
contrib/systemd/yggmdns.service
Normal file
16
contrib/systemd/yggmdns.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=yggdrasil
|
||||
Wants=yggdrasil.service
|
||||
After=yggdrasil.service
|
||||
|
||||
[Service]
|
||||
Group=yggdrasil
|
||||
ProtectHome=true
|
||||
ProtectSystem=true
|
||||
SyslogIdentifier=yggmdns
|
||||
ExecStart=/usr/bin/yggmdns -useconffile /etc/yggdrasil.conf
|
||||
Restart=always
|
||||
TimeoutStopSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue