diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-19 15:56:40 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:22 +0100 |
commit | d58970052eedf790e5d2ea3616755806db8117d6 (patch) | |
tree | d612778218fcfcff89f8de2df9474ffaa3b9cc04 | |
parent | 5bd13c8ab119d2abb328556009c0a56d9e96d3f8 (diff) |
Remove permissions section
We've already set the permissions on the init scripts earlier in the
guide, so no need to give people an alternative way to make them
runnable.
-rw-r--r-- | docs/installing/manual_install.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index ef5ace18b..3d0cada4a 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -621,13 +621,6 @@ Start the alert tracks daemon: service alaveteli-purge-varnish start -### Init script permissions - -Either tweak the file permissions to make the scripts 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 `alaveteli` in this case). - - alaveteli ALL = NOPASSWD: /etc/init.d/alaveteli-alert-tracks, /etc/init.d/alaveteli-purge-varnish ## Configure the web server |