From f5742c77d04372e7196bee35640914cd237d3906 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Tue, 20 Jan 2015 20:17:44 +0000 Subject: [PATCH 1/1] Add missing user to crontab for tilelog The system crontab requires a user, but this file had been written as a user crontab, so it wasn't working. --- cookbooks/tilelog/templates/default/tilelog.cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tilelog/templates/default/tilelog.cron.erb b/cookbooks/tilelog/templates/default/tilelog.cron.erb index 773601911..e2fa16440 100644 --- a/cookbooks/tilelog/templates/default/tilelog.cron.erb +++ b/cookbooks/tilelog/templates/default/tilelog.cron.erb @@ -1,2 +1,2 @@ MAILTO=zerebubuth@gmail.com -17 7 * * * /usr/local/bin/tilelog +17 7 * * * www-data /usr/local/bin/tilelog -- 2.43.2