1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-30 01:10:58 +01:00

Correct notification.pid to notification.pidfile

Summary:
The correct conf variable is notification.pidfile, not notification.pid.
See also:
  * src/applications/config/option/PhabricatorNotificationConfigOptions.php:58
  * src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php:34

Test Plan:
Grepped the whole source of Phabricator for occurences of `notification.pid`,
but all matches pointed to `notification.pidfile` instead.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D11768
This commit is contained in:
Elias Probst 2015-02-14 14:33:03 -08:00 committed by epriestley
parent 05377ef48c
commit a8cc1c05e5

View file

@ -80,7 +80,7 @@ You may also want to adjust these settings:
- `notification.server-uri` Internally-facing host and port that Phabricator
will connect to in order to publish notifications.
- `notification.log` Log file location for the server.
- `notification.pid` Pidfile location used to stop any running server when
- `notification.pidfile` Pidfile location used to stop any running server when
aphlict is restarted.