updated start command for avahi-daemon to work with Debian 12 (fixes #384)

This commit is contained in:
Alexander Sajzew
2023-10-10 17:24:01 +02:00
parent aa86db5724
commit f7de2fbad2

View File

@@ -32,7 +32,7 @@ echo -n "[setup_avahi.sh] Starting dbus... "
echo "Done."
echo -n "[setup_avahi.sh] Starting avahi-daemon... "
/etc/init.d/avahi-daemon start >> /opt/scripts/avahi_startup.log 2>&1
avahi-daemon -D
echo "Done."
exit 0