Typo: reqires -> requires
This commit is contained in:
parent
a1f2e7f28b
commit
1a3b73440a
@ -356,7 +356,7 @@ in {
|
|||||||
description =
|
description =
|
||||||
"A service to set postgresql user passwords after the server has started.";
|
"A service to set postgresql user passwords after the server has started.";
|
||||||
after = [ "postgresql.service" ] ++ cfg.required-services;
|
after = [ "postgresql.service" ] ++ cfg.required-services;
|
||||||
reqires = [ "postgresql.service" ] ++ cfg.required-services;
|
requires = [ "postgresql.service" ] ++ cfg.required-services;
|
||||||
wantedBy = [ "postgresql.service" ];
|
wantedBy = [ "postgresql.service" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user