mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
start without daemonize and put it into background so we can redirect logs
This commit is contained in:
@@ -32,7 +32,7 @@ echo -n "[setup_avahi.sh] Starting dbus... "
|
|||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
echo -n "[setup_avahi.sh] Starting avahi-daemon... "
|
echo -n "[setup_avahi.sh] Starting avahi-daemon... "
|
||||||
avahi-daemon -D
|
avahi-daemon >> /opt/scripts/avahi_startup.log 2>&1 &
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user