Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 704652 Details for
Bug 787092
net-p2p/meshname - universal naming system for all IPv6-based mesh networks (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
meshnamed.initd
meshnamed.initd (text/plain), 822 bytes, created by
Bogdan
on 2021-04-30 18:57:55 UTC
(
hide
)
Description:
meshnamed.initd
Filename:
MIME Type:
Creator:
Bogdan
Created:
2021-04-30 18:57:55 UTC
Size:
822 bytes
patch
obsolete
>#!/sbin/openrc-run ># Distributed under the terms of the GNU General Public License v2 > >extra_started_commands="reload" >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() { > ebegin "Starting Distributed naming system for IPv6 mesh networks" > start-stop-daemon --start --exec "${command}" --pidfile "${pidfile}" --background \ > --stdout "${logfile}" --stderr "${logfile}" > eend $? >} > >stop() { > ebegin "Distributed naming system for IPv6 mesh networks" > start-stop-daemon --stop --exec "${command}" --pidfile "${pidfile}" > eend $? >} > >reload() { > stop > sleep 5 > start >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 787092
:
704649
| 704652