mirror of
https://git.hackfreedom.org/mesh.cat/meshname.git
synced 2026-05-22 06:22:32 +00:00
Remove DNS records storage, use dnsmasq or PopuraDNS instead
This commit is contained in:
@@ -60,9 +60,6 @@ src_install() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "The meshname config file must be generated before use:"
|
||||
elog " # meshnamed -genconf <IPv6> -subdomain meshname | tee /etc/meshnamed.conf"
|
||||
elog
|
||||
elog "The meshname daemon will have to be started before use:"
|
||||
if use systemd ; then
|
||||
elog " # systemctl start meshnamed"
|
||||
|
||||
@@ -6,7 +6,7 @@ command="/usr/bin/meshnamed"
|
||||
description="Distributed naming system for IPv6 mesh networks"
|
||||
pidfile="/run/meshnamed.pid"
|
||||
logfile="/var/run/meshnamed.log"
|
||||
start_stop_daemon_args="--user nobody --group nobody -listenaddr '[::1]:53535' -useconffile /etc/meshnamed.conf"
|
||||
start_stop_daemon_args="--user nobody --group nobody -listenaddr '[::1]:53535'"
|
||||
|
||||
start() {
|
||||
ebegin "Starting Distributed naming system for IPv6 mesh networks"
|
||||
|
||||
Reference in New Issue
Block a user