<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>i morkaround this way</p>
<p><br>
</p>
<p></p>
<div>cat /lib/systemd/system/avahi-daemon.service</div>
<div><br>
</div>
<div>[Unit]</div>
<div>Description=Avahi mDNS/DNS-SD Stack</div>
<div>After=network-online.target</div>
<div><br>
</div>
<div>[Service]</div>
<div>Type=dbus</div>
<div>BusName=org.freedesktop.Avahi</div>
<div>ExecStart=/usr/sbin/avahi-daemon -s</div>
<div>ExecReload=/usr/sbin/avahi-daemon -r</div>
<div>NotifyAccess=main</div>
<div><br>
</div>
<div>[Install]</div>
<div>WantedBy=multi-user.target</div>
<div>Also=avahi-daemon.socket</div>
<div>Alias=dbus-org.freedesktop.Avahi.service</div>
<br>
<p></p>
</div>
</body>
</html>