mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-04-11 22:28:39 +02:00
Config file is installed by default, so I would expect that it will be used by the systemd service. Add argument for the configuration to the services. Signed-off-by: Tomas Novotny <novotny@rehivetech.com>
10 lines
520 B
Text
10 lines
520 B
Text
Select appropriate systemd service based on your compile settings. If you
|
|
enabled WITH_SYSTEMD, use mosquitto.service.notify, otherwise use
|
|
mosquitto.service.simple. The service must be renamed to mosquitto.service
|
|
before usage. Don't forget to change default paths in service file if you
|
|
changed the default build settings.
|
|
|
|
With WITH_SYSTEMD mosquitto will notify a complete startup after
|
|
initialization. This means that follow-up units can be started after full
|
|
initialization of mosquitto (i.e. sockets are opened).
|