This commit is contained in:
Robin C. Ladiges 2023-08-09 18:17:48 +00:00 committed by GitHub
commit c330a42a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
run.sh
View File

@ -172,6 +172,7 @@ if [ "$1" == "run" ]; then
# start cron job to trigger consecutive updates
if [ "${UPDATES:-}" == "enabled" ] || [ "${UPDATES:-}" == "1" ]; then
printenv > /etc/environment
/etc/init.d/cron start
sudo -u renderer touch /var/log/tiles/run.log; tail -f /var/log/tiles/run.log >> /proc/1/fd/1 &
sudo -u renderer touch /var/log/tiles/osmosis.log; tail -f /var/log/tiles/osmosis.log >> /proc/1/fd/1 &