phpipam: update tasks timer

This commit is contained in:
Sean Buckley 2022-12-23 04:10:21 -05:00
parent a506a09a36
commit 727bcc51aa

View file

@ -69,9 +69,12 @@ in
${cfg.phpPackage}/bin/php ${phpipamHtdocs}/functions/scripts/remove_offline_addresses.php ${cfg.phpPackage}/bin/php ${phpipamHtdocs}/functions/scripts/remove_offline_addresses.php
''; '';
serviceConfig.User = "nginx"; serviceConfig.User = "nginx";
startAt = "*:0/15";
}; };
timers.phpipam-tasks.timerConfig.RandomizedDelaySec = 600; timers.phpipam-tasks = {
timerConfig.OnBootSec = 900;
timerConfig.OnUnitInactiveSec = 900;
wantedBy = [ "timers.target" ];
};
}; };
services = { services = {