···345 serviceConfig = commonServiceConfig // {
346 Group = data.group;
3470000348 # Keep in mind that these directories will be deleted if the user runs
349 # systemctl clean --what=state
350 # acme/.lego/${cert} is listed for this reason.
···345 serviceConfig = commonServiceConfig // {
346 Group = data.group;
347348+ # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour.
349+ # This avoids eating them all up if something is misconfigured upon the first try.
350+ RestartSec = 15 * 60;
351+352 # Keep in mind that these directories will be deleted if the user runs
353 # systemctl clean --what=state
354 # acme/.lego/${cert} is listed for this reason.