diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-17 09:14:24 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-17 09:14:24 -0700 |
commit | c757be7663d7743975ab5ea9eb2b194d73e7969f (patch) | |
tree | 057e956dcf7c64108521d05476b483ae107e2c45 /doc | |
parent | 11b181d8122ab83db49cdad665dcd4ed1092bd8b (diff) | |
parent | 90fa64e43061060af033d2e99ef7931d78927cea (diff) |
Merge branch 'feature/crontab-example' into rails-3-develop
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index b6e8d2265..b356208a4 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -307,9 +307,9 @@ by setting `SKIP_ADMIN_AUTH` to `true` in `general.yml`. # Cron jobs and init scripts -`config/crontab.ugly` contains the cronjobs run on WhatDoTheyKnow. +`config/crontab-example` contains the cronjobs run on WhatDoTheyKnow. It's in a strange templating format they use in mySociety. mySociety -render the "ugly" file to reference absolute paths, and then drop it +render the example file to reference absolute paths, and then drop it in `/etc/cron.d/` on the server. The `ugly` format uses simple variable substitution. A variable looks |