Skip to content

Commit d8a8483

Browse files
committed
fix(nix): wait for mosquitto to start before starting teslamate
After reboot, I noticed a number of errors from teslamate, because it started before mosquitto started.
1 parent 93cc344 commit d8a8483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/module.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ in
173173
after = [
174174
"network.target"
175175
"postgresql.service"
176+
"mosquitto.service"
176177
];
177178
wantedBy = mkIf cfg.autoStart [ "multi-user.target" ];
178179
serviceConfig = {

0 commit comments

Comments
 (0)