[oe] [meta-networking][zeus][PATCH] mosquitto.init

akuster808 akuster808 at gmail.com
Mon Feb 10 16:47:41 UTC 2020



On 2/10/20 6:41 AM, Mike Krupicka wrote:
> Config file specification is missing in start) case. It is present already in restart) case.

This needs to go into master first.

Should just apply.

- armin
>
> Mike
> ---
> .../recipes-connectivity/mosquitto/files/mosquitto.init         | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init b/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init
> index 6a0c12760..9d5963c41 100644
> --- a/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init
> +++ b/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init
> @@ -38,7 +38,7 @@ export PATH="${PATH:+$PATH:}@SBINDIR@:@BASE_SBINDIR@"
> case "$1" in
>      start)
>          echo "Starting Mosquitto message broker" "mosquitto"
> -        if start-stop-daemon --start --quiet --oknodo --background  --make-pidfile --pidfile ${PIDFILE} --exec ${DAEMON} ; then
> +        if start-stop-daemon --start --quiet --oknodo --background --make-pidfile --pidfile ${PIDFILE} --exec ${DAEMON} -- -c @SYSCONFDIR@/mosquitto/mosquitto.conf ; then
>              exit 0
>          else
>              exit 1
> --
> 2.17.1




More information about the Openembedded-devel mailing list