diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-20 09:33:36 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-20 09:33:36 +0100 |
commit | 35204841e83530e5a1fccf135047969b59f7d123 (patch) | |
tree | ea08438ba1f35b62ad2ed6a2363e3f1af19aa712 | |
parent | 789e3b8c489749c7765c780708e68f53c8805dfe (diff) |
Edit note on running init scripts - can just be installed with execute permission for the deployment user.
-rw-r--r-- | doc/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 60be4b5dc..a9ed6ccf8 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -326,7 +326,7 @@ which lives in `config/alert-tracks-debian.ugly`. As with the cron jobs above, replace the variables (and/or bits near the variables) with paths to your software. `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). Add the following line to your +not to run your site behind Varnish (see below). Either tweak the file permissions to make the script executable by your deploy user, or add the following line to your sudoers file to allow these to be run by your deploy user (named `deploy` in this case): |