Subject says it all. The update method mentioned in the docs, ./utils/update.php --import-osmosis-all
seems to be designed to be a forked process as it will keep running after an update until the sleep timeout then do it again. How can I convert this into a Systemd service?
Similarly, if I'm using Cron, do I just have it run ./utils/update.php --import-osmosis
no more often than the update interval specified in settings/local.php? Is there a way to disable its built-in sleep so it just checks immediately? (This is how cron jobs seem to be intended to work, as cron handles the sleeping/scheduling.)
--check-for-updates
returns immediately, but does it only do a check or will it download updates if there are any?
asked 01 Aug '20, 02:02

RenegadeTech
46●2●2●5
accept rate: 0%
I'm guessing you're talking about nominatim here?
Oops, yes, sorry. Fixed.