diff options
Diffstat (limited to 'doc/CHANGES.md')
-rw-r--r-- | doc/CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 399d99fe7..b906ea368 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -31,7 +31,7 @@ * The capistrano `stop`, `start` and `restart` tasks now restart the app server via the service `/etc/init.d/alaveteli`. If you're using capistrano for deployment, make sure `/etc/init.d/alaveteli` exists - and is current. You can create it using the template + and is current, and executable by the cap user. You can create it using the template `config/sysvinit-thin.ugly` or `config/sysvinit-passenger.ugly` as described in http://alaveteli.org/docs/installing/manual_install/#generate-alaveteli-service |