diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-12 10:03:22 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-12 10:03:22 +0000 |
commit | cc60d8266363e921d88e485500603ae37f49da5f (patch) | |
tree | 7dd65b38521375ba7ea87257892fe3fe3deb9d9d /conf/crontab-example | |
parent | 5ca3ad4aa3863f6524da416a54feea42d178e3b1 (diff) |
Update graph crontab lines to use wrapper.
After the changes in b3c664b, these two lines need to be called with the
cron-wrapper.
Diffstat (limited to 'conf/crontab-example')
-rw-r--r-- | conf/crontab-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/crontab-example b/conf/crontab-example index a7f540eaf..a29a0de53 100644 --- a/conf/crontab-example +++ b/conf/crontab-example @@ -29,6 +29,6 @@ PATH=/usr/local/bin:/usr/bin:/bin 13 * * * * "$FMS/bin/cron-wrapper" update-all-reports # Once a day on all servers -39 2 * * * "$FMS/bin/problems-filed-graph" -43 2 * * * "$FMS/bin/problem-creation-graph" +39 2 * * * "$FMS/bin/cron-wrapper" problems-filed-graph +43 2 * * * "$FMS/bin/cron-wrapper" problem-creation-graph 00 8 * * * "$FMS/bin/check-for-zombies" $UNIX_USER |