Skip to content

Commit

Permalink
mqttuil depends network-online
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashoechst committed Mar 12, 2024
1 parent 806106c commit ec25e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/systemd/system/mqttutil.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=MQTTUtil
After=network.target mosquitto.service time-sync.target hostname-config.service
After=network-online.target mosquitto.service time-sync.target hostname-config.service
Wants=network-online.target

[Service]
ExecStart=/usr/bin/python3 -m mqttutil -c /boot/firmware/mqttutil.conf -v --json
Expand Down

0 comments on commit ec25e25

Please sign in to comment.