Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mosquitto.sh runs native mosquitto #148

Merged

Commits on Nov 24, 2023

  1. mosquitto.sh run native mosquitto in foreground

    The goal of mosquitto.sh is to get a mosquitto service up and running so
    that tests can built and run in the native OS environment.
    
    A mosquitto container running on a MacOS host cannot share a unix socket
    from the Linux container to the MacOS host.
    
    Running a native mosquitto instance from mosquitto.sh solves this
    problem. The native mosquitto process can create/listen a
    host-compatible unix socket.
    
    The script is modified to run a locally installed mosquitto by default,
    if available, and fallback to running mosquitto in a container.
    
    For both the locally installed and containerized paths, the script now
    just runs in the foreground; no more start/stop/status subcommands.
    jpgrayson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    45a7bd9 View commit details
    Browse the repository at this point in the history