diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-21 17:24:17 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-21 17:25:33 +0100 |
commit | dcadc7654fe84b670e819054d25c10aaed9c7583 (patch) | |
tree | 40ba0ebad1765a0c31bcff6ae86d89bf729c71b8 /doc | |
parent | 4590efa0bc3dcd8aac68b7c985f699990ec6db97 (diff) |
fixup! Use service for stop, start, restart
Diffstat (limited to 'doc')
-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 |