Avahi shows me in conjunction with connman, this error
chroot.c: open() failed: No such file or directory
I have already changed the “avahi-daemon.service”
[Unit]
Description=Avahi mDNS/DNS-SD Stack
After=network-online.target
Requires=avahi-daemon.socket
[Service]
Type=dbus
BusName=org.freedesktop.Avahi
ExecStart=/usr/bin/avahi-daemon -s
ExecReload=/usr/bin/avahi-daemon -r
NotifyAccess=main
[Install]
WantedBy=multi-user.target
Also=avahi-daemon.socket
Alias=dbus-org.freedesktop.Avahi.service
Where is the error, what can I do?