Accepting request 1222967 from network:messaging:mqtt
OBS-URL: https://build.opensuse.org/request/show/1222967 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mosquitto?expand=0&rev=33
This commit is contained in:
commit
f8475d2160
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 8 16:32:01 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- systemd service: Wait till the network got setup to avoid
|
||||||
|
startup failure.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 19 08:56:14 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
Sat Oct 19 08:56:14 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Mosquitto MQTT v3.1/v3.1.1 Broker
|
Description=Mosquitto MQTT v3.1/v3.1.1 Broker
|
||||||
Documentation=man:mosquitto.conf(5) man:mosquitto(8)
|
Documentation=man:mosquitto.conf(5) man:mosquitto(8)
|
||||||
|
After=network-online.target nss-lookup.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# added automatically, for details please see
|
# added automatically, for details please see
|
||||||
|
Loading…
Reference in New Issue
Block a user