···345345 serviceConfig = commonServiceConfig // {
346346 Group = data.group;
347347348348+ # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour.
349349+ # This avoids eating them all up if something is misconfigured upon the first try.
350350+ RestartSec = 15 * 60;
351351+348352 # Keep in mind that these directories will be deleted if the user runs
349353 # systemctl clean --what=state
350354 # acme/.lego/${cert} is listed for this reason.