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 = {
|
systemd.services.mosquitto = {
|
||||||
description = "Mosquitto MQTT Broker Daemon";
|
description = "Mosquitto MQTT Broker Daemon";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "network-online.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
NotifyAccess = "main";
|
NotifyAccess = "main";
|
||||||
|
|
Loading…
Reference in a new issue