package/mosquitto: extend systemd integration
authorTitouan Christophe <titouan.christophe@railnova.eu>
Sat, 3 Aug 2019 09:38:57 +0000 (11:38 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Aug 2019 11:14:48 +0000 (13:14 +0200)
commitf9baca0eea6aa2bc4a02806dec8f6b2641b24f08
treeb14eab8f8e43c8c3dc5d8cc40845a6ddc8fc04b1
parenta95bdd964761ec69a23174f5213dd54b77d0971b
package/mosquitto: extend systemd integration

Since version 1.5, mosquitto can be built with explicit support for
systemd. If enabled, libmosquitto will link against libsystemd: when
started, the mosquitto broker notifies systemd that it is ready (ie.
initialized and ready to accept connections), so that services that
depend on the mqtt broker can be started only at that point.

To enable this feature, the systemd service config file needs to change
to Type=notify. Upstream now provides such a file, so we can remove
ours.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mosquitto/mosquitto.mk
package/mosquitto/mosquitto.service [deleted file]