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:
parent
05377ef48c
commit
a8cc1c05e5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue