mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00

2. added SCTP protocol and schema support 3. added set of NAS models support (Asustor, ReadyNAS, Drobo, QNAP, WD, Synology, Terramaster) 4. moved to fc00::/7 private segment 5. added Windows, MacOS and Linux UI for peers edit and current status
19 lines
578 B
Desktop File
Executable file
19 lines
578 B
Desktop File
Executable file
[Unit]
|
|
Description=RiV-mesh is an early-stage implementation of a fully end-to-end encrypted IPv6 network
|
|
|
|
[Service]
|
|
Type=idle
|
|
Group=admin
|
|
ProtectHome=true
|
|
ProtectSystem=true
|
|
SyslogIdentifier=mesh
|
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE
|
|
ExecStartPre=+-/sbin/modprobe tun
|
|
ExecStart=/apps/mesh/bin/mesh -useconffile /etc/mesh.conf -httpaddress http://localhost:19019 -wwwroot /apps/mesh/www -logto /apps/mesh/var/log/mesh.log
|
|
ExecStop=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
TimeoutStopSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|