meshname/meshnamed.service

18 lines
339 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
Restart=always
TimeoutStopSec=5
[Install]
WantedBy=multi-user.target