Package Details: avahi2dns-git r39.fb49c4b-1

Git Clone URL: https://aur.archlinux.org/avahi2dns-git.git (read-only, click to copy)
Package Base: avahi2dns-git
Description: Avahi DNS Resolver
Upstream URL: https://github.com/LouisBrunner/avahi2dns
Keywords: avahi bonjour mdns zeroconf
Licenses: MIT
Conflicts: avahi2dns
Provides: avahi2dns
Submitter: aig
Maintainer: aig
Last Packager: aig
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-12 18:39 (UTC)
Last Updated: 2026-03-12 18:51 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Pinned Comments

aig commented on 2026-03-12 19:02 (UTC) (edited on 2026-03-12 19:05 (UTC) by aig)

If you want to run avahi2dns as a system service and customize its configuration, you can do so by adding an override to its systemd service unit.

To do this run:

sudo systemctl edit avahi2dns.service

Edit the override file according to the given instructions in the opened file and override the "ExecStart=" line with the one containing your configuration. Note that in order to override "ExecStart" you have to clear it first by adding a line with "ExecStart=" without parameters just before the line where you place your customized command.

For example you could add this in the override file:

[Service]
ExecStart=
ExecStart=/usr/bin/avahi2dns --addr '127.0.0.1' --port 5354 --timeout 2.5s -d local -d home

Latest Comments

aig commented on 2026-03-12 19:02 (UTC) (edited on 2026-03-12 19:05 (UTC) by aig)

If you want to run avahi2dns as a system service and customize its configuration, you can do so by adding an override to its systemd service unit.

To do this run:

sudo systemctl edit avahi2dns.service

Edit the override file according to the given instructions in the opened file and override the "ExecStart=" line with the one containing your configuration. Note that in order to override "ExecStart" you have to clear it first by adding a line with "ExecStart=" without parameters just before the line where you place your customized command.

For example you could add this in the override file:

[Service]
ExecStart=
ExecStart=/usr/bin/avahi2dns --addr '127.0.0.1' --port 5354 --timeout 2.5s -d local -d home