Merge pull request #155407 from pennae/mosquitto-startup
This commit is contained in:
commit
e5b47c5c21
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ in
|
|||
systemd.services.mosquitto = {
|
||||
description = "Mosquitto MQTT Broker Daemon";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
NotifyAccess = "main";
|
||||
|
|
Loading…
Reference in a new issue