mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Lift ticks declaration to top level in Phabricator daemons
Summary: Ref T10811. This is a companion change for D16053, but affects the Phabricator version of this script. Test Plan: Started daemons, ^C'd them, saw them handle the signal. Reviewers: chad Reviewed By: chad Maniphest Tasks: T10811 Differential Revision: https://secure.phabricator.com/D16054
This commit is contained in:
parent
f97d120c3f
commit
0bf337b06c
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
// script, except it loads the Phabricator environment and adds some Phabricator
|
// script, except it loads the Phabricator environment and adds some Phabricator
|
||||||
// specific flags.
|
// specific flags.
|
||||||
|
|
||||||
|
declare(ticks = 1);
|
||||||
|
|
||||||
$root = dirname(dirname(dirname(__FILE__)));
|
$root = dirname(dirname(dirname(__FILE__)));
|
||||||
require_once $root.'/scripts/__init_script__.php';
|
require_once $root.'/scripts/__init_script__.php';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue