diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-18 15:27:33 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:20 +0100 |
commit | 3be5ada363a3b11d66c0096f164a1a24d0e0a5f7 (patch) | |
tree | a90e1c11d51464d58efc5f7a987bf02f55917ec0 | |
parent | 544b2d2ec20e2e0c0e0708b9732150480a8cba20 (diff) |
use alaveteli rather than deploy user
-rw-r--r-- | docs/installing/manual_install.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 22fad59bb..66923ca5a 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -606,10 +606,9 @@ Start the alert tracks daemon: 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 `deploy` in this case). - - deploy ALL = NOPASSWD: /etc/init.d/foi-alert-tracks, /etc/init.d/foi-purge-varnish +by your deploy user (named `alaveteli` in this case). + alaveteli ALL = NOPASSWD: /etc/init.d/foi-alert-tracks, /etc/init.d/foi-purge-varnish ## Configure the web server |