cluster/services/acme-client: fix typo
thank you, Big Hyuge
This commit is contained in:
parent
da0b09b993
commit
272b4ddd01
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ in
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartMaxDelaySec = 30;
|
RestartMaxDelaySec = 30;
|
||||||
RestartStesp = 5;
|
RestartSteps = 5;
|
||||||
RestartMode = "direct";
|
RestartMode = "direct";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue