Don't try to start if we don't have a password

This commit is contained in:
niten 2023-08-28 13:22:23 -07:00
parent ae318bf499
commit 9a97eb1de7
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ in {
Restart = "always";
StandardOutput = "journal";
};
unitConfig.ConditionPathExists = [ cfg.mqtt.password-file ];
};
};
}