wok diff connman/stuff/etc/init.d/connman @ rev 24828

updated libshout and libshout-dev again (2.4.3 -> 2.4.5)
author Hans-G?nter Theisgen
date Wed Mar 23 17:27:54 2022 +0100 (2022-03-23)
parents 7f188676b59c
children
line diff
     1.1 --- a/connman/stuff/etc/init.d/connman	Thu May 26 20:16:45 2016 +0300
     1.2 +++ b/connman/stuff/etc/init.d/connman	Wed Mar 23 17:27:54 2022 +0100
     1.3 @@ -6,6 +6,10 @@
     1.4  # $RUN_DAEMONS variable of /etc/rcS.conf and configure options with
     1.5  # /etc/daemons.conf
     1.6  #
     1.7 +
     1.8 +# Connmand start fails if dbus-daemon is not running. 
     1.9 +[ -n "$(pidof dbus-daemon)" ] || /etc/init.d/dbus start
    1.10 +
    1.11  . /etc/init.d/rc.functions
    1.12  . /etc/daemons.conf
    1.13