diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-22 14:24:26 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-22 14:24:26 +0100 |
commit | c9234c473c22aa2f909e7b30d82f195186ef0ed3 (patch) | |
tree | 9b4f492bbe3583c2736f750a53cb52806f02fef6 /docs/installing | |
parent | 9f019d22f2f5445bf00ef60b1f4e5770ba224766 (diff) |
Update daemon_name variable in init script config.
It was missing in alert-tracks, and wrongly described in purge-varnish
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/manual_install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 7eac53ae3..72657046d 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -446,6 +446,7 @@ is an init script, which can be generated from the **Template Variables:** +* `daemon_name`: The name of the daemon. This is set by the rake task. * `vhost_dir`: the full path to the directory where alaveteli is checked out. e.g. If your checkout is at `/var/www/alaveteli` then set this to `/var/www` * `user`: the user that the software runs as @@ -465,7 +466,7 @@ and not required if you choose not to run your site behind Varnish (see below). **Template Variables:** -* `daemon_name`: The name of the daemon. Set this to `purge-varnish`. +* `daemon_name`: The name of the daemon. This is set by the rake task. * `vhost_dir`: the full path to the directory where alaveteli is checked out. e.g. If your checkout is at `/var/www/alaveteli` then set this to `/var/www` * `user`: the user that the software runs as |