You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/service/systemd
Tomas Novotny 29731b5e46 [471053] Add systemd support and services.
Add possibility to notify systemd that service is fully started. Also add
reference service files.

Change-Id: Ib4e39c8406ab6c15e1b88f197ae8f91c3e402023
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=471053
Signed-off-by: Tomas Novotny <novotny@rehivetech.com>
10 years ago
..
README [471053] Add systemd support and services. 10 years ago
mosquitto.service.notify [471053] Add systemd support and services. 10 years ago
mosquitto.service.simple [471053] Add systemd support and services. 10 years ago

README

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.

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).