meshname/meshnamed.service
2020-03-12 10:32:35 -04:00

18 lines
372 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 -useconffile /etc/meshnamed.conf
Restart=always
TimeoutStopSec=5
[Install]
WantedBy=multi-user.target