meshname/meshnamed.service
2020-02-09 04:25:38 -05:00

18 lines
392 B
Desktop File

[Unit]
Description=Distributed naming system for IPv6 mesh networks
Wants=network.target
After=network.target
[Service]
User=nobody
Group=nogroup
ProtectHome=true
ProtectSystem=true
SyslogIdentifier=meshnamed
ExecStart=/usr/local/bin/meshnamed -listenaddr [::1]:53535 -meshsubnet 200::/7 -useconffile /etc/meshnamed.conf
Restart=always
TimeoutStopSec=5
[Install]
WantedBy=multi-user.target