diff --git a/systemd/dnssd/radicle-node.dnssd b/systemd/dnssd/radicle-node.dnssd new file mode 100644 index 00000000..ad56890b --- /dev/null +++ b/systemd/dnssd/radicle-node.dnssd @@ -0,0 +1,19 @@ +# See +[Service] +# Do not change the service type. This will break discoverability. +Type=_radicle-node._tcp + +# Recommendation for "Instance Name" +# (see RFC 6763, Sec. 4.1.1, ): +# Something that identifies your node, maybe it's alias, but could be something else. +Name=example + +# If your node is configured to listen on a different port, please change. +Port=8776 + +# To communicate your node's public key, please set +# a TXT record with the contents: +# +# "nid=" +# +TxtText="nid=z6…" diff --git a/systemd/radicle-node.service b/systemd/system/radicle-node.service similarity index 100% rename from systemd/radicle-node.service rename to systemd/system/radicle-node.service