diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-15 16:52:26 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-15 16:52:26 +0100 |
commit | 95f1cf2807f8acf8ae854022132c5e65622ac05f (patch) | |
tree | 099ca3c679cec1d41608fb9c4d1fc02c606bd54d | |
parent | d0eb9f92b23b7b0612d5bed90025cb49b20d56e4 (diff) |
Add tmp/pids to example SHARED_DIRECTORIES config
-rw-r--r-- | config/general.yml-example | 1 | ||||
-rw-r--r-- | doc/CHANGES.md | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index a6f68c52e..0f32f6192 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -246,6 +246,7 @@ SHARED_DIRECTORIES: - cache/ - lib/acts_as_xapian/xapiandbs/ - log/ + - tmp/pids - vendor/bundle - public/assets diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 9d9802560..61f55211c 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -4,6 +4,8 @@ ## Upgrade Notes +* The `SHARED_DIRECTORIES` setting now includes `tmp/pids`. The notes below for + updating the log directory should cover the update steps for `tmp/pids`. * Capistrano now creates `SHARED_PATH/tmp/pids` and links `APP_ROOT/tmp/pids` here, as the alert tracks daemon writes its pids to the generally expected location of `APP_ROOT/tmp/pids`. |