aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-06-19 12:35:27 +0100
committerGareth Rees <gareth@mysociety.org>2014-07-03 12:37:04 +0100
commit7752e3528aa5f5778be39f98e90630136fe7a9a8 (patch)
tree60ad5eaf4258d28e52282f20e12b7854ce9784b4
parent7f610e92b64ea5d5259566c624657845ed63d83a (diff)
Generate crontab to /etc/cron.d/
Might as well put it in the right place
-rw-r--r--docs/installing/manual_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index 1f218d2c6..14e9b718c 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -388,7 +388,7 @@ useful to you. Change the variables to suit your installation.
VCSPATH=alaveteli \
SITE=alaveteli \
MAILTO=cron-alaveteli@example.org \
- CRONTAB=config/crontab-example > crontab
+ CRONTAB=config/crontab-example > /etc/cron.d/alaveteli
One of the cron jobs refers to a script at `/etc/init.d/foi-alert-tracks`. This
is an init script, a copy of which lives in `config/alert-tracks-debian.ugly`.