mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
16 lines
295 B
Desktop File
16 lines
295 B
Desktop File
[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
|