diff options
-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 64875e3ab..9ab661f8f 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -557,6 +557,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` * `vcspath`: the name of the directory that contains the alaveteli code. @@ -590,7 +591,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` * `vcspath`: the name of the directory that contains the alaveteli code. |