Page MenuHomePhabricator

Correct `notification.pid` to `notification.pidfile`
ClosedPublic

Authored by eliaspro on Feb 14 2015, 7:31 PM.
Tags
None
Referenced Files
F13286833: D11768.diff
Tue, Jun 4, 7:45 AM
F13285013: D11768.id28374.diff
Mon, Jun 3, 1:04 PM
F13277560: D11768.diff
Fri, May 31, 11:35 AM
F13235458: D11768.diff
Tue, May 21, 5:25 AM
F13224024: D11768.id28376.diff
Sun, May 19, 5:57 AM
F13211855: D11768.id28374.diff
Fri, May 17, 6:09 AM
F13205835: D11768.diff
Wed, May 15, 2:30 AM
F13188698: D11768.diff
Sat, May 11, 5:25 AM
Subscribers

Details

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.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

eliaspro retitled this revision from to Correct `notification.pid` to `notification.pidfile`.
eliaspro updated this object.
eliaspro edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Feb 14 2015, 10:32 PM
This revision was automatically updated to reflect the committed changes.