diff --git a/mosquitto.changes b/mosquitto.changes index a4c019c..260d3e2 100644 --- a/mosquitto.changes +++ b/mosquitto.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 8 16:32:01 UTC 2024 - Adrian Schröter + +- systemd service: Wait till the network got setup to avoid + startup failure. + ------------------------------------------------------------------- Sat Oct 19 08:56:14 UTC 2024 - Martin Hauke diff --git a/mosquitto.service b/mosquitto.service index e520498..8417563 100644 --- a/mosquitto.service +++ b/mosquitto.service @@ -1,6 +1,7 @@ [Unit] Description=Mosquitto MQTT v3.1/v3.1.1 Broker Documentation=man:mosquitto.conf(5) man:mosquitto(8) +After=network-online.target nss-lookup.target [Service] # added automatically, for details please see