openfire service: more informative assertion failure message
Explain why the assertion fails; the user already knows that it *has* failed.
This commit is contained in:
parent
2a4902dd80
commit
4697f83984
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ with lib;
|
|||
|
||||
assertions = singleton
|
||||
{ assertion = !(config.services.openfire.usePostgreSQL -> config.services.postgresql.enable);
|
||||
message = "OpenFire assertion failed.";
|
||||
message = "OpenFire configured to use PostgreSQL but services.postgresql.enable is not enabled.";
|
||||
};
|
||||
|
||||
systemd.services.openfire = {
|
||||
|
|
Loading…
Reference in a new issue