From 2e3618b3b7640f50aff1f744ed75dc127feecbbc Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 19 Aug 2014 15:09:18 +0100 Subject: Consistently reference new init script names. See also https://github.com/mysociety/alaveteli/pull/1801 --- docs/installing/manual_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/installing') diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index c2a590147..533adbba1 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -550,7 +550,7 @@ Start the application: ### Generate alert daemon -One of the cron jobs refers to a script at `/etc/init.d/foi-alert-tracks`. This +One of the cron jobs refers to a script at `/etc/init.d/alaveteli-alert-tracks`. This is an init script, which can be generated from the `config/alert-tracks-debian.ugly` template. @@ -622,7 +622,7 @@ 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/foi-alert-tracks, /etc/init.d/foi-purge-varnish + alaveteli ALL = NOPASSWD: /etc/init.d/alaveteli-alert-tracks, /etc/init.d/alaveteli-purge-varnish ## Configure the web server -- cgit v1.2.3