diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-19 15:54:09 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:22 +0100 |
commit | 5bd13c8ab119d2abb328556009c0a56d9e96d3f8 (patch) | |
tree | eb54d9f1a3b0fb9db86c4abd059636247781370d /docs | |
parent | d8b996cdb6b29dd7e2d25af40a9ec3c9015cfeec (diff) |
More information on what init scripts do.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing/manual_install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 5ef62c04a..ef5ace18b 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -557,7 +557,7 @@ Start the application: One of the cron jobs refers to a script at `/etc/init.d/alaveteli-alert-tracks`. This is an init script, which can be generated from the -`config/alert-tracks-debian.ugly` template. +`config/alert-tracks-debian.ugly` template. This script sends out emails to users subscribed to updates from the site – known as [`tracks`]({{ site.baseurl }}docs/installing/email/#tracks-mail) – when there is something new matching their interests. **Template Variables:** @@ -590,7 +590,7 @@ Start the alert tracks daemon: ### Generate varnish purge daemon `config/purge-varnish-debian.ugly` is a similar init script, which is optional -and not required if you choose not to run your site behind Varnish (see below). It will not run if varnish is not installed. +and not required if you choose not to run your site behind Varnish (see below). It notifies Varnish of cached pages that need to be purged from Varnish's cache. It will not run if Varnish is not installed. **Template Variables:** |