aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/installing/manual_install.md4
1 files changed, 2 insertions, 2 deletions
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