diff --git a/module.nix b/module.nix index 7a21213..91d5df2 100644 --- a/module.nix +++ b/module.nix @@ -72,6 +72,7 @@ in { Restart = "always"; StandardOutput = "journal"; }; + unitConfig.ConditionPathExists = [ cfg.mqtt.password-file ]; }; }; }