README 520 B

123456789
  1. Select appropriate systemd service based on your compile settings. If you
  2. enabled WITH_SYSTEMD, use mosquitto.service.notify, otherwise use
  3. mosquitto.service.simple. The service must be renamed to mosquitto.service
  4. before usage. Don't forget to change default paths in service file if you
  5. changed the default build settings.
  6. With WITH_SYSTEMD mosquitto will notify a complete startup after
  7. initialization. This means that follow-up units can be started after full
  8. initialization of mosquitto (i.e. sockets are opened).