ports: fix systemd RandomizedDelaySec typo

This commit is contained in:
Colin 2023-12-12 02:14:27 +00:00
parent e4f1cfb53f
commit 69bc219efa
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ in
timerConfig = { timerConfig = {
OnStartupSec = "75s"; OnStartupSec = "75s";
OnCalendar = cfg.upnpRenewInterval; OnCalendar = cfg.upnpRenewInterval;
RandomizeDelaySec = "30s"; RandomizedDelaySec = "180s";
Unit = "upnp-forwards.target"; Unit = "upnp-forwards.target";
}; };
}; };